Html Css Color HEX #364534 Palm Leaf

📋 copy color: '#364534'

red 54 ◦ green 69 ◦ blue 52

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

Shades of Palm Leaf #364534

Tints of Palm Leaf #364534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.43%

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

R = 30.86%
G = 39.43%
B = 29.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#364534 (or 0x364534) is known color: Palm Leaf. HEX triplet: 36, 45 and 34. RGB value is (54,69,52). Sum of RGB (Red+Green+Blue) = 54+69+52=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #364534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364534 is #C9BACB. Grayscale: #3E3E3E. Windows color (decimal): -13220556 or 3425590. OLE color: 3425590.

HSL color Cylindrical-coordinate representation of color #364534: hue angle of 112.94º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #364534 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 69 52 -
CMYK 0.22 0 0.25 0.73
HSL 112.94º 0.14% 0.24% -
HSV(B) 112.94º 0.25% 0.27% -
XYZ 4.27 5.29 4.04 -
YUV 62.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 54 69 52 0.22 0 0.25 0.73 112.94 0.14 0.24
Hex 36 45 34 16 0 19 49 71 E 18
Octal 66 105 64 26 0 31 111 161 16 30
Binary 110110 1000101 110100 10110 0 11001 1001001 1110001 1110 11000

Color Harmonies of #364534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364534

Black with #364534

Text Example


Text Example

White with #364534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364534; }

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

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

background-color css

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

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

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

border-color css

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

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

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