#354009

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

Shades of Turtle Green #354009

Tints of Turtle Green #354009

Color information

#354009 (or 0x354009) is unknown color: approx Turtle Green. HEX triplet: 35, 40 and 09. RGB value is (53,64,9). Sum of RGB (Red+Green+Blue) = 53+64+9=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #354009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354009 is #CABFF6. Grayscale: #363636. Windows color (decimal): -13287415 or 606261. OLE color: 606261.

HSL color Cylindrical-coordinate representation of color #354009: hue angle of 72º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #354009 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB53649-
CMYK0.1700.860.75
HSL72º75.34%14.31%-
HSV(B)72º85.94%25.1%-
XYZ3.354.440.94-
YUV54.44102.36126.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.06%
GREEN value IS 64 (25.39% from 255) = 50.79%
BLUE value IS 9 (3.91% from 255) = 7.14%
R=42.06%
G=50.79%
B=7.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal536490.1700.860.757275.3414.31
Hex35409110564B484be
Octal651001121012611311011316
Binary1101011000000100110001010101101001011100100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354009; }

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

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

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

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

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

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

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

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