Html Css Color HEX #36522E Palm Leaf

📋 copy color: '#36522E'

red 54 ◦ green 82 ◦ blue 46

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

Shades of Palm Leaf #36522E

Tints of Palm Leaf #36522E

RGB

 RED value IS 54 (21.48% from 255) = 29.67%

 GREEN value IS 82 (32.42% from 255) = 45.05%

 BLUE value IS 46 (18.36% from 255) = 25.27%

R = 29.67%
G = 45.05%
B = 25.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#36522E (or 0x36522E) is known color: Palm Leaf. HEX triplet: 36, 52 and 2E. RGB value is (54,82,46). Sum of RGB (Red+Green+Blue) = 54+82+46=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #36522E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36522E is #C9ADD1. Grayscale: #454545. Windows color (decimal): -13217234 or 3035702. OLE color: 3035702.

HSL color Cylindrical-coordinate representation of color #36522E: hue angle of 106.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #36522E is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 82 46 -
CMYK 0.34 0 0.44 0.68
HSL 106.67º 0.28% 0.25% -
HSV(B) 106.67º 0.44% 0.32% -
XYZ 5.03 7.02 3.67 -
YUV 69.52 114.72 116.93 -
System Red Green Blue C M Y K H S L
Decimal 54 82 46 0.34 0 0.44 0.68 106.67 0.28 0.25
Hex 36 52 2E 22 0 2C 44 6B 1C 19
Octal 66 122 56 42 0 54 104 153 34 31
Binary 110110 1010010 101110 100010 0 101100 1000100 1101011 11100 11001

Color Harmonies of #36522E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36522E

Black with #36522E

Text Example


Text Example

White with #36522E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36522E; }

 p { color: rgb(54,82,46); }

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

background-color css

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

 a { background-color: rgb(54,82,46); }

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

border-color css

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

 span { border-color: rgb(54,82,46); }

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