Html Css Color HEX #36482D Palm Leaf

📋 copy color: '#36482D'

red 54 ◦ green 72 ◦ blue 45

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

Shades of Palm Leaf #36482D

Tints of Palm Leaf #36482D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.11%

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

R = 31.58%
G = 42.11%
B = 26.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#36482D (or 0x36482D) is known color: Palm Leaf. HEX triplet: 36, 48 and 2D. RGB value is (54,72,45). Sum of RGB (Red+Green+Blue) = 54+72+45=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #36482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36482D is #C9B7D2. Grayscale: #3F3F3F. Windows color (decimal): -13219795 or 2967606. OLE color: 2967606.

HSL color Cylindrical-coordinate representation of color #36482D: hue angle of 100º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #36482D is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 72 45 -
CMYK 0.25 0 0.38 0.72
HSL 100º 0.23% 0.23% -
HSV(B) 100º 0.38% 0.28% -
XYZ 4.31 5.61 3.34 -
YUV 63.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 54 72 45 0.25 0 0.38 0.72 100 0.23 0.23
Hex 36 48 2D 19 0 26 48 64 17 17
Octal 66 110 55 31 0 46 110 144 27 27
Binary 110110 1001000 101101 11001 0 100110 1001000 1100100 10111 10111

Color Harmonies of #36482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36482D

Black with #36482D

Text Example


Text Example

White with #36482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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