#34490E

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

Shades of Turtle Green #34490E

Tints of Turtle Green #34490E

Color information

#34490E (or 0x34490E) is unknown color: approx Turtle Green. HEX triplet: 34, 49 and 0E. RGB value is (52,73,14). Sum of RGB (Red+Green+Blue) = 52+73+14=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #34490E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34490E is #CBB6F1. Grayscale: #3C3C3C. Windows color (decimal): -13350642 or 936244. OLE color: 936244.

HSL color Cylindrical-coordinate representation of color #34490E: hue angle of 81.36º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34490E is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB527314-
CMYK0.2900.810.71
HSL81.36º67.82%17.06%-
HSV(B)81.36º80.82%28.63%-
XYZ3.885.531.28-
YUV60102.04122.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 73 (28.91% from 255) = 52.52%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=37.41%
G=52.52%
B=10.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5273140.2900.810.7181.3667.8217.06
Hex3449E1D05147514411
Octal641111635012110712110421
Binary11010010010011110111010101000110001111010001100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34490E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34490E; }

 p { color: rgb(52,73,14); }

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

<style>
 a { background-color: #34490E; }

 a { background-color: rgb(52,73,14); }

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

<style>
 span { border-color: #34490E; }

 span { border-color: rgb(52,73,14); }

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