#3B470C

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

Shades of Turtle Green #3B470C

Tints of Turtle Green #3B470C

Color information

#3B470C (or 0x3B470C) is unknown color: approx Turtle Green. HEX triplet: 3B, 47 and 0C. RGB value is (59,71,12). Sum of RGB (Red+Green+Blue) = 59+71+12=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #3B470C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B470C is #C4B8F3. Grayscale: #3C3C3C. Windows color (decimal): -12892404 or 804667. OLE color: 804667.

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

Color convert

RGB597112-
CMYK0.1700.830.72
HSL72.2º71.08%16.27%-
HSV(B)72.2º83.1%27.84%-
XYZ4.125.461.18-
YUV60.69100.52126.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.55%
GREEN value IS 71 (28.12% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 8.45%
R=41.55%
G=50%
B=8.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5971120.1700.830.7272.271.0816.27
Hex3B47C1105348484710
Octal731071421012311011010720
Binary11101110001111100100010101001110010001001000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B470C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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