Html Css Color HEX #36492A Palm Leaf

📋 copy color: '#36492A'

red 54 ◦ green 73 ◦ blue 42

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

Shades of Palm Leaf #36492A

Tints of Palm Leaf #36492A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.2%

 BLUE value IS 42 (16.8% from 255) = 24.85%

R = 31.95%
G = 43.2%
B = 24.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#36492A (or 0x36492A) is known color: Palm Leaf. HEX triplet: 36, 49 and 2A. RGB value is (54,73,42). Sum of RGB (Red+Green+Blue) = 54+73+42=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #36492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36492A is #C9B6D5. Grayscale: #3F3F3F. Windows color (decimal): -13219542 or 2771254. OLE color: 2771254.

HSL color Cylindrical-coordinate representation of color #36492A: hue angle of 96.77º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #36492A is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 73 42 -
CMYK 0.26 0 0.42 0.71
HSL 96.77º 0.27% 0.23% -
HSV(B) 96.77º 0.42% 0.29% -
XYZ 4.32 5.72 3.07 -
YUV 63.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 54 73 42 0.26 0 0.42 0.71 96.77 0.27 0.23
Hex 36 49 2A 1A 0 2A 47 61 1B 17
Octal 66 111 52 32 0 52 107 141 33 27
Binary 110110 1001001 101010 11010 0 101010 1000111 1100001 11011 10111

Color Harmonies of #36492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36492A

Black with #36492A

Text Example


Text Example

White with #36492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36492A; }

 p { color: rgb(54,73,42); }

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

background-color css

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

 a { background-color: rgb(54,73,42); }

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

border-color css

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

 span { border-color: rgb(54,73,42); }

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