#354417

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

Shades of Turtle Green #354417

Tints of Turtle Green #354417

Color information

#354417 (or 0x354417) is unknown color: approx Turtle Green. HEX triplet: 35, 44 and 17. RGB value is (53,68,23). Sum of RGB (Red+Green+Blue) = 53+68+23=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #354417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354417 is #CABBE8. Grayscale: #3A3A3A. Windows color (decimal): -13286377 or 1524789. OLE color: 1524789.

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

Color convert

RGB536823-
CMYK0.2200.660.73
HSL80º49.45%17.84%-
HSV(B)80º66.18%26.67%-
XYZ3.694.951.57-
YUV58.38108.03124.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 68 (26.95% from 255) = 47.22%
BLUE value IS 23 (9.38% from 255) = 15.97%
R=36.81%
G=47.22%
B=15.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5368230.2200.660.738049.4517.84
Hex3544171604249503112
Octal65104272601021111206122
Binary11010110001001011110110010000101001001101000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354417; }

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

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

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

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

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

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

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

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