Html Css Color HEX #355721 Palm Leaf

📋 copy color: '#355721'

red 53 ◦ green 87 ◦ blue 33

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

Shades of Palm Leaf #355721

Tints of Palm Leaf #355721

RGB

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

 GREEN value IS 87 (34.38% from 255) = 50.29%

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

R = 30.64%
G = 50.29%
B = 19.08%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#355721 (or 0x355721) is known color: Palm Leaf. HEX triplet: 35, 57 and 21. RGB value is (53,87,33). Sum of RGB (Red+Green+Blue) = 53+87+33=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #355721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355721 is #CAA8DE. Grayscale: #464646. Windows color (decimal): -13281503 or 2185013. OLE color: 2185013.

HSL color Cylindrical-coordinate representation of color #355721: hue angle of 97.78º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #355721 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 87 33 -
CMYK 0.39 0 0.62 0.66
HSL 97.78º 0.45% 0.24% -
HSV(B) 97.78º 0.62% 0.34% -
XYZ 5.15 7.68 2.65 -
YUV 70.68 106.74 115.39 -
System Red Green Blue C M Y K H S L
Decimal 53 87 33 0.39 0 0.62 0.66 97.78 0.45 0.24
Hex 35 57 21 27 0 3E 42 62 2D 18
Octal 65 127 41 47 0 76 102 142 55 30
Binary 110101 1010111 100001 100111 0 111110 1000010 1100010 101101 11000

Color Harmonies of #355721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355721

Black with #355721

Text Example


Text Example

White with #355721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355721; }

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

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

background-color css

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

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

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

border-color css

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

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

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