#354B15

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

Shades of Turtle Green #354B15

Tints of Turtle Green #354B15

Color information

#354B15 (or 0x354B15) is unknown color: approx Turtle Green. HEX triplet: 35, 4B and 15. RGB value is (53,75,21). Sum of RGB (Red+Green+Blue) = 53+75+21=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 75 (29.69% from 255 or 50.34% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 75 - color contains mainly: green. Hex color #354B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354B15 is #CAB4EA. Grayscale: #3E3E3E. Windows color (decimal): -13284587 or 1395509. OLE color: 1395509.

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

Color convert

RGB537521-
CMYK0.2900.720.71
HSL84.44º56.25%18.82%-
HSV(B)84.44º72%29.41%-
XYZ4.125.841.62-
YUV62.27104.71121.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 75 (29.69% from 255) = 50.34%
BLUE value IS 21 (8.59% from 255) = 14.09%
R=35.57%
G=50.34%
B=14.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5375210.2900.720.7184.4456.2518.82
Hex354B151D04847543813
Octal65113253501101071247023
Binary11010110010111010111101010010001000111101010011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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