#354218

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

Shades of Turtle Green #354218

Tints of Turtle Green #354218

Color information

#354218 (or 0x354218) is unknown color: approx Turtle Green. HEX triplet: 35, 42 and 18. RGB value is (53,66,24). Sum of RGB (Red+Green+Blue) = 53+66+24=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #354218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354218 is #CABDE7. Grayscale: #393939. Windows color (decimal): -13286888 or 1589813. OLE color: 1589813.

HSL color Cylindrical-coordinate representation of color #354218: hue angle of 78.57º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #354218 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB536624-
CMYK0.2000.640.74
HSL78.57º46.67%17.65%-
HSV(B)78.57º63.64%25.88%-
XYZ3.584.721.59-
YUV57.32109.19124.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 66 (26.17% from 255) = 46.15%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=37.06%
G=46.15%
B=16.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366240.2000.640.7478.5746.6717.65
Hex354218140404A4f2f12
Octal65102302401001121175722
Binary11010110000101100010100010000001001010100111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354218; }

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

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

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

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

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

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

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

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