#354933

Color #354933 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #354933

Tints of Palm Leaf #354933

Color information

#354933 (or 0x354933) is unknown color: approx Palm Leaf. HEX triplet: 35, 49 and 33. RGB value is (53,73,51). Sum of RGB (Red+Green+Blue) = 53+73+51=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #354933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354933 is #CAB6CC. Grayscale: #404040. Windows color (decimal): -13285069 or 3361077. OLE color: 3361077.

HSL color Cylindrical-coordinate representation of color #354933: hue angle of 114.55º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #354933 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB537351-
CMYK0.2700.300.71
HSL114.55º17.74%24.31%-
HSV(B)114.55º30.14%28.63%-
XYZ4.455.764.01-
YUV64.51120.37119.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 73 (28.91% from 255) = 41.24%
BLUE value IS 51 (20.31% from 255) = 28.81%
R=29.94%
G=41.24%
B=28.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5373510.2700.300.71114.5517.7424.31
Hex3549331B01E47731218
Octal6511163330361071632230
Binary110101100100111001111011011110100011111100111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354933; }

 p { color: rgb(53,73,51); }

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

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

 a { background-color: rgb(53,73,51); }

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

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

 span { border-color: rgb(53,73,51); }

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