Html Css Color HEX #36502D Palm Leaf

📋 copy color: '#36502D'

red 54 ◦ green 80 ◦ blue 45

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

Shades of Palm Leaf #36502D

Tints of Palm Leaf #36502D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.69%

 BLUE value IS 45 (17.97% from 255) = 25.14%

R = 30.17%
G = 44.69%
B = 25.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#36502D (or 0x36502D) is known color: Palm Leaf. HEX triplet: 36, 50 and 2D. RGB value is (54,80,45). Sum of RGB (Red+Green+Blue) = 54+80+45=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 80 - color contains mainly: green. Hex color #36502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36502D is #C9AFD2. Grayscale: #444444. Windows color (decimal): -13217747 or 2969654. OLE color: 2969654.

HSL color Cylindrical-coordinate representation of color #36502D: hue angle of 104.57º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #36502D is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 80 45 -
CMYK 0.33 0 0.44 0.69
HSL 104.57º 0.28% 0.25% -
HSV(B) 104.57º 0.44% 0.31% -
XYZ 4.86 6.71 3.52 -
YUV 68.24 114.89 117.85 -
System Red Green Blue C M Y K H S L
Decimal 54 80 45 0.33 0 0.44 0.69 104.57 0.28 0.25
Hex 36 50 2D 21 0 2C 45 69 1C 19
Octal 66 120 55 41 0 54 105 151 34 31
Binary 110110 1010000 101101 100001 0 101100 1000101 1101001 11100 11001

Color Harmonies of #36502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36502D

Black with #36502D

Text Example


Text Example

White with #36502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36502D; }

 p { color: rgb(54,80,45); }

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

background-color css

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

 a { background-color: rgb(54,80,45); }

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

border-color css

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

 span { border-color: rgb(54,80,45); }

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