#354418

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

Shades of Turtle Green #354418

Tints of Turtle Green #354418

Color information

#354418 (or 0x354418) is unknown color: approx Turtle Green. HEX triplet: 35, 44 and 18. RGB value is (53,68,24). Sum of RGB (Red+Green+Blue) = 53+68+24=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #354418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354418 is #CABBE7. Grayscale: #3A3A3A. Windows color (decimal): -13286376 or 1590325. OLE color: 1590325.

HSL color Cylindrical-coordinate representation of color #354418: hue angle of 80.45º 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 #354418 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB536824-
CMYK0.2200.650.73
HSL80.45º47.83%18.04%-
HSV(B)80.45º64.71%26.67%-
XYZ3.74.961.63-
YUV58.5108.53124.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 68 (26.95% from 255) = 46.90%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=36.55%
G=46.90%
B=16.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5368240.2200.650.7380.4547.8318.04
Hex3544181604149503012
Octal65104302601011111206022
Binary11010110001001100010110010000011001001101000011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354418; }

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

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

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

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

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

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

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

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