#354011

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

Shades of Turtle Green #354011

Tints of Turtle Green #354011

Color information

#354011 (or 0x354011) is unknown color: approx Turtle Green. HEX triplet: 35, 40 and 11. RGB value is (53,64,17). Sum of RGB (Red+Green+Blue) = 53+64+17=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #354011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354011 is #CABFEE. Grayscale: #373737. Windows color (decimal): -13287407 or 1130549. OLE color: 1130549.

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

Color convert

RGB536417-
CMYK0.1700.730.75
HSL74.04º58.02%15.88%-
HSV(B)74.04º73.44%25.1%-
XYZ3.44.461.21-
YUV55.35106.36126.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 64 (25.39% from 255) = 47.76%
BLUE value IS 17 (7.03% from 255) = 12.69%
R=39.55%
G=47.76%
B=12.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364170.1700.730.7574.0458.0215.88
Hex354011110494B4a3a10
Octal65100212101111131127220
Binary11010110000001000110001010010011001011100101011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354011; }

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

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

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

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

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

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

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

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