#354C09

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

Shades of Turtle Green #354C09

Tints of Turtle Green #354C09

Color information

#354C09 (or 0x354C09) is unknown color: approx Turtle Green. HEX triplet: 35, 4C and 09. RGB value is (53,76,9). Sum of RGB (Red+Green+Blue) = 53+76+9=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 76 (30.08% from 255 or 55.07% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 76 - color contains mainly: green. Hex color #354C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354C09 is #CAB3F6. Grayscale: #3D3D3D. Windows color (decimal): -13284343 or 609333. OLE color: 609333.

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

Color convert

RGB53769-
CMYK0.3000.880.70
HSL80.6º78.82%16.67%-
HSV(B)80.6º88.16%29.8%-
XYZ4.15.951.19-
YUV61.4898.38121.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 76 (30.08% from 255) = 55.07%
BLUE value IS 9 (3.91% from 255) = 6.52%
R=38.41%
G=55.07%
B=6.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal537690.3000.880.7080.678.8216.67
Hex354C91E05846514f11
Octal651141136013010612111721
Binary11010110011001001111100101100010001101010001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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