Html Css Color HEX #365420 Palm Leaf

📋 copy color: '#365420'

red 54 ◦ green 84 ◦ blue 32

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

Shades of Palm Leaf #365420

Tints of Palm Leaf #365420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.41%

 BLUE value IS 32 (12.89% from 255) = 18.82%

R = 31.76%
G = 49.41%
B = 18.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#365420 (or 0x365420) is known color: Palm Leaf. HEX triplet: 36, 54 and 20. RGB value is (54,84,32). Sum of RGB (Red+Green+Blue) = 54+84+32=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #365420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365420 is #C9ABDF. Grayscale: #454545. Windows color (decimal): -13216736 or 2118710. OLE color: 2118710.

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

Color convert

RGB 54 84 32 -
CMYK 0.36 0 0.62 0.67
HSL 94.62º 0.45% 0.23% -
HSV(B) 94.62º 0.62% 0.33% -
XYZ 4.95 7.23 2.5 -
YUV 69.1 107.06 117.23 -
System Red Green Blue C M Y K H S L
Decimal 54 84 32 0.36 0 0.62 0.67 94.62 0.45 0.23
Hex 36 54 20 24 0 3E 43 5F 2D 17
Octal 66 124 40 44 0 76 103 137 55 27
Binary 110110 1010100 100000 100100 0 111110 1000011 1011111 101101 10111

Color Harmonies of #365420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365420

Black with #365420

Text Example


Text Example

White with #365420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365420; }

 p { color: rgb(54,84,32); }

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

background-color css

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

 a { background-color: rgb(54,84,32); }

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

border-color css

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

 span { border-color: rgb(54,84,32); }

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