#34470C

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

Shades of Turtle Green #34470C

Tints of Turtle Green #34470C

Color information

#34470C (or 0x34470C) is unknown color: approx Turtle Green. HEX triplet: 34, 47 and 0C. RGB value is (52,71,12). Sum of RGB (Red+Green+Blue) = 52+71+12=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #34470C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34470C is #CBB8F3. Grayscale: #3A3A3A. Windows color (decimal): -13351156 or 804660. OLE color: 804660.

HSL color Cylindrical-coordinate representation of color #34470C: hue angle of 79.32º 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 #34470C is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB527112-
CMYK0.2700.830.72
HSL79.32º71.08%16.27%-
HSV(B)79.32º83.1%27.84%-
XYZ3.745.261.17-
YUV58.59101.71123.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.52%
GREEN value IS 71 (28.12% from 255) = 52.59%
BLUE value IS 12 (5.08% from 255) = 8.89%
R=38.52%
G=52.59%
B=8.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271120.2700.830.7279.3271.0816.27
Hex3447C1B053484f4710
Octal641071433012311011710720
Binary11010010001111100110110101001110010001001111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34470C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34470C; }

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

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

<style>
 a { background-color: #34470C; }

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

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

<style>
 span { border-color: #34470C; }

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

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