Html Css Color HEX #364032 Palm Leaf

📋 copy color: '#364032'

red 54 ◦ green 64 ◦ blue 50

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

Shades of Palm Leaf #364032

Tints of Palm Leaf #364032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.1%

 BLUE value IS 50 (19.92% from 255) = 29.76%

R = 32.14%
G = 38.1%
B = 29.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#364032 (or 0x364032) is known color: Palm Leaf. HEX triplet: 36, 40 and 32. RGB value is (54,64,50). Sum of RGB (Red+Green+Blue) = 54+64+50=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 64 - color contains mainly: green. Hex color #364032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364032 is #C9BFCD. Grayscale: #3B3B3B. Windows color (decimal): -13221838 or 3293238. OLE color: 3293238.

HSL color Cylindrical-coordinate representation of color #364032: hue angle of 102.86º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #364032 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 64 50 -
CMYK 0.16 0 0.22 0.75
HSL 102.86º 0.12% 0.22% -
HSV(B) 102.86º 0.22% 0.25% -
XYZ 3.93 4.68 3.71 -
YUV 59.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 54 64 50 0.16 0 0.22 0.75 102.86 0.12 0.22
Hex 36 40 32 10 0 16 4B 67 C 16
Octal 66 100 62 20 0 26 113 147 14 26
Binary 110110 1000000 110010 10000 0 10110 1001011 1100111 1100 10110

Color Harmonies of #364032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364032

Black with #364032

Text Example


Text Example

White with #364032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364032; }

 p { color: rgb(54,64,50); }

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

background-color css

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

 a { background-color: rgb(54,64,50); }

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

border-color css

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

 span { border-color: rgb(54,64,50); }

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