Html Css Color HEX #364035 Palm Leaf

📋 copy color: '#364035'

red 54 ◦ green 64 ◦ blue 53

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

Shades of Palm Leaf #364035

Tints of Palm Leaf #364035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.99%

R = 31.58%
G = 37.43%
B = 30.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#364035 (or 0x364035) is known color: Palm Leaf. HEX triplet: 36, 40 and 35. RGB value is (54,64,53). Sum of RGB (Red+Green+Blue) = 54+64+53=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 64 - color contains mainly: green. Hex color #364035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364035 is #C9BFCA. Grayscale: #3B3B3B. Windows color (decimal): -13221835 or 3489846. OLE color: 3489846.

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

Color convert

RGB 54 64 53 -
CMYK 0.16 0 0.17 0.75
HSL 114.55º 0.09% 0.23% -
HSV(B) 114.55º 0.17% 0.25% -
XYZ 4 4.71 4.07 -
YUV 59.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 54 64 53 0.16 0 0.17 0.75 114.55 0.09 0.23
Hex 36 40 35 10 0 11 4B 73 9 17
Octal 66 100 65 20 0 21 113 163 11 27
Binary 110110 1000000 110101 10000 0 10001 1001011 1110011 1001 10111

Color Harmonies of #364035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364035

Black with #364035

Text Example


Text Example

White with #364035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364035; }

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

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

background-color css

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

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

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

border-color css

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

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

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