#354517

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

Shades of Turtle Green #354517

Tints of Turtle Green #354517

Color information

#354517 (or 0x354517) is unknown color: approx Turtle Green. HEX triplet: 35, 45 and 17. RGB value is (53,69,23). Sum of RGB (Red+Green+Blue) = 53+69+23=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #354517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354517 is #CABAE8. Grayscale: #3B3B3B. Windows color (decimal): -13286121 or 1525045. OLE color: 1525045.

HSL color Cylindrical-coordinate representation of color #354517: hue angle of 80.87º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #354517 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB536923-
CMYK0.2300.670.73
HSL80.87º50%18.04%-
HSV(B)80.87º66.67%27.06%-
XYZ3.755.071.59-
YUV58.97107.7123.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 69 (27.34% from 255) = 47.59%
BLUE value IS 23 (9.38% from 255) = 15.86%
R=36.55%
G=47.59%
B=15.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369230.2300.670.7380.875018.04
Hex3545171704349513212
Octal65105272701031111216222
Binary11010110001011011110111010000111001001101000111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354517; }

 p { color: rgb(53,69,23); }

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

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

 a { background-color: rgb(53,69,23); }

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

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

 span { border-color: rgb(53,69,23); }

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