#354611

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

Shades of Turtle Green #354611

Tints of Turtle Green #354611

Color information

#354611 (or 0x354611) is unknown color: approx Turtle Green. HEX triplet: 35, 46 and 11. RGB value is (53,70,17). Sum of RGB (Red+Green+Blue) = 53+70+17=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #354611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354611 is #CAB9EE. Grayscale: #3B3B3B. Windows color (decimal): -13285871 or 1132085. OLE color: 1132085.

HSL color Cylindrical-coordinate representation of color #354611: hue angle of 79.25º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354611 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB537017-
CMYK0.2400.760.73
HSL79.25º60.92%17.06%-
HSV(B)79.25º75.71%27.45%-
XYZ3.765.181.33-
YUV58.88104.37123.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.86%
GREEN value IS 70 (27.73% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 12.14%
R=37.86%
G=50%
B=12.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5370170.2400.760.7379.2560.9217.06
Hex3546111804C494f3d11
Octal65106213001141111177521
Binary11010110001101000111000010011001001001100111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354611; }

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

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

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

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

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

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

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

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