#354518

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

Shades of Turtle Green #354518

Tints of Turtle Green #354518

Color information

#354518 (or 0x354518) is unknown color: approx Turtle Green. HEX triplet: 35, 45 and 18. RGB value is (53,69,24). Sum of RGB (Red+Green+Blue) = 53+69+24=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #354518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354518 is #CABAE7. Grayscale: #3B3B3B. Windows color (decimal): -13286120 or 1590581. OLE color: 1590581.

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

Color convert

RGB536924-
CMYK0.2300.650.73
HSL81.33º48.39%18.24%-
HSV(B)81.33º65.22%27.06%-
XYZ3.765.081.65-
YUV59.09108.2123.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 69 (27.34% from 255) = 47.26%
BLUE value IS 24 (9.77% from 255) = 16.44%
R=36.30%
G=47.26%
B=16.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369240.2300.650.7381.3348.3918.24
Hex3545181704149513012
Octal65105302701011111216022
Binary11010110001011100010111010000011001001101000111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354518; }

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

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

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

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

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

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

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

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