Html Css Color HEX #364135 Palm Leaf

📋 copy color: '#364135'

red 54 ◦ green 65 ◦ blue 53

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

Shades of Palm Leaf #364135

Tints of Palm Leaf #364135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.79%

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

R = 31.4%
G = 37.79%
B = 30.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#364135 (or 0x364135) is known color: Palm Leaf. HEX triplet: 36, 41 and 35. RGB value is (54,65,53). Sum of RGB (Red+Green+Blue) = 54+65+53=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 65 - color contains mainly: green. Hex color #364135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364135 is #C9BECA. Grayscale: #3C3C3C. Windows color (decimal): -13221579 or 3490102. OLE color: 3490102.

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

Color convert

RGB 54 65 53 -
CMYK 0.17 0 0.18 0.75
HSL 115º 0.1% 0.23% -
HSV(B) 115º 0.18% 0.25% -
XYZ 4.05 4.82 4.09 -
YUV 60.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 54 65 53 0.17 0 0.18 0.75 115 0.1 0.23
Hex 36 41 35 11 0 12 4B 73 A 17
Octal 66 101 65 21 0 22 113 163 12 27
Binary 110110 1000001 110101 10001 0 10010 1001011 1110011 1010 10111

Color Harmonies of #364135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364135

Black with #364135

Text Example


Text Example

White with #364135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364135; }

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

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

background-color css

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

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

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

border-color css

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

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

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