Html Css Color HEX #364134 Palm Leaf

📋 copy color: '#364134'

red 54 ◦ green 65 ◦ blue 52

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

Shades of Palm Leaf #364134

Tints of Palm Leaf #364134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.41%

R = 31.58%
G = 38.01%
B = 30.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#364134 (or 0x364134) is known color: Palm Leaf. HEX triplet: 36, 41 and 34. RGB value is (54,65,52). Sum of RGB (Red+Green+Blue) = 54+65+52=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 65 - color contains mainly: green. Hex color #364134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364134 is #C9BECB. Grayscale: #3C3C3C. Windows color (decimal): -13221580 or 3424566. OLE color: 3424566.

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

Color convert

RGB 54 65 52 -
CMYK 0.17 0 0.20 0.75
HSL 110.77º 0.11% 0.23% -
HSV(B) 110.77º 0.2% 0.25% -
XYZ 4.03 4.81 3.97 -
YUV 60.23 123.36 123.56 -
System Red Green Blue C M Y K H S L
Decimal 54 65 52 0.17 0 0.20 0.75 110.77 0.11 0.23
Hex 36 41 34 11 0 14 4B 6F B 17
Octal 66 101 64 21 0 24 113 157 13 27
Binary 110110 1000001 110100 10001 0 10100 1001011 1101111 1011 10111

Color Harmonies of #364134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364134

Black with #364134

Text Example


Text Example

White with #364134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364134; }

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

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

background-color css

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

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

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

border-color css

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

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

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