Html Css Color HEX #355921 Palm Leaf

📋 copy color: '#355921'

red 53 ◦ green 89 ◦ blue 33

#355921
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #355921

Tints of Palm Leaf #355921

RGB

 RED value IS 53 (21.09% from 255) = 30.29%

 GREEN value IS 89 (35.16% from 255) = 50.86%

 BLUE value IS 33 (13.28% from 255) = 18.86%

R = 30.29%
G = 50.86%
B = 18.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#355921 (or 0x355921) is known color: Palm Leaf. HEX triplet: 35, 59 and 21. RGB value is (53,89,33). Sum of RGB (Red+Green+Blue) = 53+89+33=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #355921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355921 is #CAA6DE. Grayscale: #484848. Windows color (decimal): -13280991 or 2185525. OLE color: 2185525.

HSL color Cylindrical-coordinate representation of color #355921: hue angle of 98.57º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #355921 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 89 33 -
CMYK 0.40 0 0.63 0.65
HSL 98.57º 0.46% 0.24% -
HSV(B) 98.57º 0.63% 0.35% -
XYZ 5.32 8.01 2.71 -
YUV 71.85 106.07 114.55 -
System Red Green Blue C M Y K H S L
Decimal 53 89 33 0.40 0 0.63 0.65 98.57 0.46 0.24
Hex 35 59 21 28 0 3F 41 63 2E 18
Octal 65 131 41 50 0 77 101 143 56 30
Binary 110101 1011001 100001 101000 0 111111 1000001 1100011 101110 11000

Color Harmonies of #355921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355921

Black with #355921

Text Example


Text Example

White with #355921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355921; }

 p { color: rgb(53,89,33); }

 H1.HeaderClassName
 {
   color: #355921;
 }
 .AnyTagClassName
 {
   color: #355921;
 }
</style>

background-color css

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

 a { background-color: rgb(53,89,33); }

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

border-color css

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

 span { border-color: rgb(53,89,33); }

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