#354818

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

Shades of Turtle Green #354818

Tints of Turtle Green #354818

Color information

#354818 (or 0x354818) is unknown color: approx Turtle Green. HEX triplet: 35, 48 and 18. RGB value is (53,72,24). Sum of RGB (Red+Green+Blue) = 53+72+24=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #354818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354818 is #CAB7E7. Grayscale: #3D3D3D. Windows color (decimal): -13285352 or 1591349. OLE color: 1591349.

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

Color convert

RGB537224-
CMYK0.2600.670.72
HSL83.75º50%18.82%-
HSV(B)83.75º66.67%28.24%-
XYZ3.955.461.71-
YUV60.85107.21122.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 72 (28.52% from 255) = 48.32%
BLUE value IS 24 (9.77% from 255) = 16.11%
R=35.57%
G=48.32%
B=16.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372240.2600.670.7283.755018.82
Hex3548181A04348543213
Octal65110303201031101246223
Binary11010110010001100011010010000111001000101010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354818; }

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

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

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

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

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

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

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

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