#354511

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

Shades of Turtle Green #354511

Tints of Turtle Green #354511

Color information

#354511 (or 0x354511) is unknown color: approx Turtle Green. HEX triplet: 35, 45 and 11. RGB value is (53,69,17). Sum of RGB (Red+Green+Blue) = 53+69+17=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #354511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354511 is #CABAEE. Grayscale: #3A3A3A. Windows color (decimal): -13286127 or 1131829. OLE color: 1131829.

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

Color convert

RGB536917-
CMYK0.2300.750.73
HSL78.46º60.47%16.86%-
HSV(B)78.46º75.36%27.06%-
XYZ3.75.051.31-
YUV58.29104.7124.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 69 (27.34% from 255) = 49.64%
BLUE value IS 17 (7.03% from 255) = 12.23%
R=38.13%
G=49.64%
B=12.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369170.2300.750.7378.4660.4716.86
Hex3545111704B494e3c11
Octal65105212701131111167421
Binary11010110001011000110111010010111001001100111011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354511; }

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

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

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

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

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

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

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

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