#344D09

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

Shades of Turtle Green #344D09

Tints of Turtle Green #344D09

Color information

#344D09 (or 0x344D09) is unknown color: approx Turtle Green. HEX triplet: 34, 4D and 09. RGB value is (52,77,9). Sum of RGB (Red+Green+Blue) = 52+77+9=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 77 (30.47% from 255 or 55.80% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 77 - color contains mainly: green. Hex color #344D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344D09 is #CBB2F6. Grayscale: #3E3E3E. Windows color (decimal): -13349623 or 609588. OLE color: 609588.

HSL color Cylindrical-coordinate representation of color #344D09: hue angle of 82.06º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #344D09 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB52779-
CMYK0.3200.880.70
HSL82.06º79.07%16.86%-
HSV(B)82.06º88.31%30.2%-
XYZ4.126.061.21-
YUV61.7798.22121.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 77 (30.47% from 255) = 55.80%
BLUE value IS 9 (3.91% from 255) = 6.52%
R=37.68%
G=55.80%
B=6.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal527790.3200.880.7082.0679.0716.86
Hex344D92005846524f11
Octal641151140013010612211721
Binary110100100110110011000000101100010001101010010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344D09; }

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

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

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

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

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

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

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

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