#3B471A

Color #3B471A Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #3B471A

Tints of Turtle Green #3B471A

Color information

#3B471A (or 0x3B471A) is unknown color: approx Turtle Green. HEX triplet: 3B, 47 and 1A. RGB value is (59,71,26). Sum of RGB (Red+Green+Blue) = 59+71+26=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #3B471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B471A is #C4B8E5. Grayscale: #3E3E3E. Windows color (decimal): -12892390 or 1722171. OLE color: 1722171.

HSL color Cylindrical-coordinate representation of color #3B471A: hue angle of 76º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B471A is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB597126-
CMYK0.1700.630.72
HSL76º46.39%19.02%-
HSV(B)76º63.38%27.84%-
XYZ4.245.511.82-
YUV62.28107.52125.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 37.82%
GREEN value IS 71 (28.12% from 255) = 45.51%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=37.82%
G=45.51%
B=16.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5971260.1700.630.727646.3919.02
Hex3B471A1103F484c2e13
Octal7310732210771101145623
Binary1110111000111110101000101111111001000100110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B471A; }

 p { color: rgb(59,71,26); }

 H1.HeaderClassName
 {
   color: #3B471A;
 }
 .AnyTagClassName
 {
   color: #3B471A;
 }
</style>
background-color css

<style>
 a { background-color: #3B471A; }

 a { background-color: rgb(59,71,26); }

 div.DivClassName
 {
   background-color: #3B471A;
 }
 .BgClassName
 {
   background-color: #3B471A;
 }
</style>
border-color css

<style>
 span { border-color: #3B471A; }

 span { border-color: rgb(59,71,26); }

 td.TdClassName
 {
   border-color: #3B471A;
 }
 .TagClassName
 {
   border-color: #3B471A;
 }
</style>