#354809

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

Shades of Turtle Green #354809

Tints of Turtle Green #354809

Color information

#354809 (or 0x354809) is unknown color: approx Turtle Green. HEX triplet: 35, 48 and 09. RGB value is (53,72,9). Sum of RGB (Red+Green+Blue) = 53+72+9=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #354809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354809 is #CAB7F6. Grayscale: #3B3B3B. Windows color (decimal): -13285367 or 608309. OLE color: 608309.

HSL color Cylindrical-coordinate representation of color #354809: hue angle of 78.1º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #354809 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.72.

Color convert

RGB53729-
CMYK0.2600.880.72
HSL78.1º77.78%15.88%-
HSV(B)78.1º87.5%28.24%-
XYZ3.835.411.1-
YUV59.1499.71123.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 72 (28.52% from 255) = 53.73%
BLUE value IS 9 (3.91% from 255) = 6.72%
R=39.55%
G=53.73%
B=6.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal537290.2600.880.7278.177.7815.88
Hex354891A058484e4e10
Octal651101132013011011611620
Binary11010110010001001110100101100010010001001110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354809; }

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

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

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

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

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

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

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

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