#354010

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

Shades of Turtle Green #354010

Tints of Turtle Green #354010

Color information

#354010 (or 0x354010) is unknown color: approx Turtle Green. HEX triplet: 35, 40 and 10. RGB value is (53,64,16). Sum of RGB (Red+Green+Blue) = 53+64+16=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #354010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354010 is #CABFEF. Grayscale: #373737. Windows color (decimal): -13287408 or 1065013. OLE color: 1065013.

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

Color convert

RGB536416-
CMYK0.1700.750.75
HSL73.75º60%15.69%-
HSV(B)73.75º75%25.1%-
XYZ3.44.461.17-
YUV55.24105.86126.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 16 (6.64% from 255) = 12.03%
R=39.85%
G=48.12%
B=12.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364160.1700.750.7573.756015.69
Hex3540101104B4B4a3c10
Octal65100202101131131127420
Binary11010110000001000010001010010111001011100101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354010; }

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

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

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

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

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

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

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

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