#354811

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

Shades of Turtle Green #354811

Tints of Turtle Green #354811

Color information

#354811 (or 0x354811) is unknown color: approx Turtle Green. HEX triplet: 35, 48 and 11. RGB value is (53,72,17). Sum of RGB (Red+Green+Blue) = 53+72+17=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #354811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354811 is #CAB7EE. Grayscale: #3C3C3C. Windows color (decimal): -13285359 or 1132597. OLE color: 1132597.

HSL color Cylindrical-coordinate representation of color #354811: hue angle of 80.73º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354811 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB537217-
CMYK0.2600.760.72
HSL80.73º61.8%17.45%-
HSV(B)80.73º76.39%28.24%-
XYZ3.895.431.37-
YUV60.05103.71122.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.32%
GREEN value IS 72 (28.52% from 255) = 50.70%
BLUE value IS 17 (7.03% from 255) = 11.97%
R=37.32%
G=50.70%
B=11.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372170.2600.760.7280.7361.817.45
Hex3548111A04C48513e11
Octal65110213201141101217621
Binary11010110010001000111010010011001001000101000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354811; }

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

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

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

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

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

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

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

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