#354008

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

Shades of Turtle Green #354008

Tints of Turtle Green #354008

Color information

#354008 (or 0x354008) is unknown color: approx Turtle Green. HEX triplet: 35, 40 and 08. RGB value is (53,64,8). Sum of RGB (Red+Green+Blue) = 53+64+8=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #354008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354008 is #CABFF7. Grayscale: #363636. Windows color (decimal): -13287416 or 540725. OLE color: 540725.

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

Color convert

RGB53648-
CMYK0.1700.870.75
HSL71.79º77.78%14.12%-
HSV(B)71.79º87.5%25.1%-
XYZ3.354.440.91-
YUV54.33101.86127.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 64 (25.39% from 255) = 51.2%
BLUE value IS 8 (3.52% from 255) = 6.4%
R=42.4%
G=51.2%
B=6.4%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal536480.1700.870.7571.7977.7814.12
Hex35408110574B484ee
Octal651001021012711311011616
Binary1101011000000100010001010101111001011100100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354008; }

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

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

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

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

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

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

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

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