#354B11

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

Shades of Turtle Green #354B11

Tints of Turtle Green #354B11

Color information

#354B11 (or 0x354B11) is unknown color: approx Turtle Green. HEX triplet: 35, 4B and 11. RGB value is (53,75,17). Sum of RGB (Red+Green+Blue) = 53+75+17=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 75 (29.69% from 255 or 51.72% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 75 - color contains mainly: green. Hex color #354B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354B11 is #CAB4EE. Grayscale: #3E3E3E. Windows color (decimal): -13284591 or 1133365. OLE color: 1133365.

HSL color Cylindrical-coordinate representation of color #354B11: hue angle of 82.76º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #354B11 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB537517-
CMYK0.2900.770.71
HSL82.76º63.04%18.04%-
HSV(B)82.76º77.33%29.41%-
XYZ4.095.831.44-
YUV61.81102.71121.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 75 (29.69% from 255) = 51.72%
BLUE value IS 17 (7.03% from 255) = 11.72%
R=36.55%
G=51.72%
B=11.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5375170.2900.770.7182.7663.0418.04
Hex354B111D04D47533f12
Octal65113213501151071237722
Binary11010110010111000111101010011011000111101001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354B11; }

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

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

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

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

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

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

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

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