Html Css Color HEX #364031 Palm Leaf

📋 copy color: '#364031'

red 54 ◦ green 64 ◦ blue 49

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

Shades of Palm Leaf #364031

Tints of Palm Leaf #364031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.34%

R = 32.34%
G = 38.32%
B = 29.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#364031 (or 0x364031) is known color: Palm Leaf. HEX triplet: 36, 40 and 31. RGB value is (54,64,49). Sum of RGB (Red+Green+Blue) = 54+64+49=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #364031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364031 is #C9BFCE. Grayscale: #3B3B3B. Windows color (decimal): -13221839 or 3227702. OLE color: 3227702.

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

Color convert

RGB 54 64 49 -
CMYK 0.16 0 0.23 0.75
HSL 100º 0.13% 0.22% -
HSV(B) 100º 0.23% 0.25% -
XYZ 3.91 4.67 3.6 -
YUV 59.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 54 64 49 0.16 0 0.23 0.75 100 0.13 0.22
Hex 36 40 31 10 0 17 4B 64 D 16
Octal 66 100 61 20 0 27 113 144 15 26
Binary 110110 1000000 110001 10000 0 10111 1001011 1100100 1101 10110

Color Harmonies of #364031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364031

Black with #364031

Text Example


Text Example

White with #364031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364031; }

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

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

background-color css

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

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

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

border-color css

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

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

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