#344209

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

Shades of Turtle Green #344209

Tints of Turtle Green #344209

Color information

#344209 (or 0x344209) is unknown color: approx Turtle Green. HEX triplet: 34, 42 and 09. RGB value is (52,66,9). Sum of RGB (Red+Green+Blue) = 52+66+9=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #344209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344209 is #CBBDF6. Grayscale: #373737. Windows color (decimal): -13352439 or 606772. OLE color: 606772.

HSL color Cylindrical-coordinate representation of color #344209: hue angle of 74.74º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #344209 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.74.

Color convert

RGB52669-
CMYK0.2100.860.74
HSL74.74º76%14.71%-
HSV(B)74.74º86.36%25.88%-
XYZ3.414.650.98-
YUV55.32101.86125.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 66 (26.17% from 255) = 51.97%
BLUE value IS 9 (3.91% from 255) = 7.09%
R=40.94%
G=51.97%
B=7.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal526690.2100.860.7474.747614.71
Hex34429150564A4b4cf
Octal641021125012611211311417
Binary1101001000010100110101010101101001010100101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344209; }

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

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

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

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

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

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

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

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