#344009

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

Shades of Turtle Green #344009

Tints of Turtle Green #344009

Color information

#344009 (or 0x344009) is unknown color: approx Turtle Green. HEX triplet: 34, 40 and 09. RGB value is (52,64,9). Sum of RGB (Red+Green+Blue) = 52+64+9=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #344009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344009 is #CBBFF6. Grayscale: #363636. Windows color (decimal): -13352951 or 606260. OLE color: 606260.

HSL color Cylindrical-coordinate representation of color #344009: hue angle of 73.09º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #344009 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB52649-
CMYK0.1900.860.75
HSL73.09º75.34%14.31%-
HSV(B)73.09º85.94%25.1%-
XYZ3.34.420.94-
YUV54.14102.52126.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 64 (25.39% from 255) = 51.2%
BLUE value IS 9 (3.91% from 255) = 7.2%
R=41.6%
G=51.2%
B=7.2%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal526490.1900.860.7573.0975.3414.31
Hex34409130564B494be
Octal641001123012611311111316
Binary1101001000000100110011010101101001011100100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344009; }

 p { color: rgb(52,64,9); }

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

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

 a { background-color: rgb(52,64,9); }

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

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

 span { border-color: rgb(52,64,9); }

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