#354020

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

Shades of Turtle Green #354020

Tints of Turtle Green #354020

Color information

#354020 (or 0x354020) is unknown color: approx Turtle Green. HEX triplet: 35, 40 and 20. RGB value is (53,64,32). Sum of RGB (Red+Green+Blue) = 53+64+32=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #354020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354020 is #CABFDF. Grayscale: #393939. Windows color (decimal): -13287392 or 2113589. OLE color: 2113589.

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

Color convert

RGB536432-
CMYK0.1700.500.75
HSL80.62º33.33%18.82%-
HSV(B)80.62º50%25.1%-
XYZ3.564.532.05-
YUV57.06113.86125.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=35.57%
G=42.95%
B=21.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364320.1700.500.7580.6233.3318.82
Hex354020110324B512113
Octal6510040210621131214123
Binary11010110000001000001000101100101001011101000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354020; }

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

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

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

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

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

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

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

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