#354615

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

Shades of Turtle Green #354615

Tints of Turtle Green #354615

Color information

#354615 (or 0x354615) is unknown color: approx Turtle Green. HEX triplet: 35, 46 and 15. RGB value is (53,70,21). Sum of RGB (Red+Green+Blue) = 53+70+21=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #354615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354615 is #CAB9EA. Grayscale: #3B3B3B. Windows color (decimal): -13285867 or 1394229. OLE color: 1394229.

HSL color Cylindrical-coordinate representation of color #354615: hue angle of 80.82º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #354615 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB537021-
CMYK0.2400.700.73
HSL80.82º53.85%17.84%-
HSV(B)80.82º70%27.45%-
XYZ3.795.191.51-
YUV59.33106.37123.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 70 (27.73% from 255) = 48.61%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=36.81%
G=48.61%
B=14.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5370210.2400.700.7380.8253.8517.84
Hex3546151804649513612
Octal65106253001061111216622
Binary11010110001101010111000010001101001001101000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354615; }

 p { color: rgb(53,70,21); }

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

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

 a { background-color: rgb(53,70,21); }

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

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

 span { border-color: rgb(53,70,21); }

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