#354D09

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

Shades of Turtle Green #354D09

Tints of Turtle Green #354D09

Color information

#354D09 (or 0x354D09) is unknown color: approx Turtle Green. HEX triplet: 35, 4D and 09. RGB value is (53,77,9). Sum of RGB (Red+Green+Blue) = 53+77+9=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 77 (30.47% from 255 or 55.40% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 77 - color contains mainly: green. Hex color #354D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354D09 is #CAB2F6. Grayscale: #3E3E3E. Windows color (decimal): -13284087 or 609589. OLE color: 609589.

HSL color Cylindrical-coordinate representation of color #354D09: hue angle of 81.18º 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 #354D09 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB53779-
CMYK0.3100.880.70
HSL81.18º79.07%16.86%-
HSV(B)81.18º88.31%30.2%-
XYZ4.176.081.21-
YUV62.0798.05121.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 77 (30.47% from 255) = 55.40%
BLUE value IS 9 (3.91% from 255) = 6.47%
R=38.13%
G=55.40%
B=6.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal537790.3100.880.7081.1879.0716.86
Hex354D91F05846514f11
Octal651151137013010612111721
Binary11010110011011001111110101100010001101010001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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