#354833

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

Shades of Palm Leaf #354833

Tints of Palm Leaf #354833

Color information

#354833 (or 0x354833) is unknown color: approx Palm Leaf. HEX triplet: 35, 48 and 33. RGB value is (53,72,51). Sum of RGB (Red+Green+Blue) = 53+72+51=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #354833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354833 is #CAB7CC. Grayscale: #3F3F3F. Windows color (decimal): -13285325 or 3360821. OLE color: 3360821.

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

Color convert

RGB537251-
CMYK0.2600.290.72
HSL114.29º17.07%24.12%-
HSV(B)114.29º29.17%28.24%-
XYZ4.385.633.99-
YUV63.92120.71120.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.11%
GREEN value IS 72 (28.52% from 255) = 40.91%
BLUE value IS 51 (20.31% from 255) = 28.98%
R=30.11%
G=40.91%
B=28.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372510.2600.290.72114.2917.0724.12
Hex3548331A01D48721118
Octal6511063320351101622130
Binary110101100100011001111010011101100100011100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354833; }

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

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

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

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

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

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

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

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