Html Css Color HEX #355321 Palm Leaf

📋 copy color: '#355321'

red 53 ◦ green 83 ◦ blue 33

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

Shades of Palm Leaf #355321

Tints of Palm Leaf #355321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.11%

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

R = 31.36%
G = 49.11%
B = 19.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#355321 (or 0x355321) is known color: Palm Leaf. HEX triplet: 35, 53 and 21. RGB value is (53,83,33). Sum of RGB (Red+Green+Blue) = 53+83+33=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #355321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355321 is #CAACDE. Grayscale: #444444. Windows color (decimal): -13282527 or 2183989. OLE color: 2183989.

HSL color Cylindrical-coordinate representation of color #355321: hue angle of 96º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355321 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 83 33 -
CMYK 0.36 0 0.60 0.67
HSL 96º 0.43% 0.23% -
HSV(B) 96º 0.6% 0.33% -
XYZ 4.84 7.05 2.55 -
YUV 68.33 108.06 117.07 -
System Red Green Blue C M Y K H S L
Decimal 53 83 33 0.36 0 0.60 0.67 96 0.43 0.23
Hex 35 53 21 24 0 3C 43 60 2B 17
Octal 65 123 41 44 0 74 103 140 53 27
Binary 110101 1010011 100001 100100 0 111100 1000011 1100000 101011 10111

Color Harmonies of #355321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355321

Black with #355321

Text Example


Text Example

White with #355321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355321; }

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

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

background-color css

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

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

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

border-color css

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

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

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