Html Css Color HEX #364C28 Palm Leaf

📋 copy color: '#364C28'

red 54 ◦ green 76 ◦ blue 40

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

Shades of Palm Leaf #364C28

Tints of Palm Leaf #364C28

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.71%

 BLUE value IS 40 (16.02% from 255) = 23.53%

R = 31.76%
G = 44.71%
B = 23.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#364C28 (or 0x364C28) is known color: Palm Leaf. HEX triplet: 36, 4C and 28. RGB value is (54,76,40). Sum of RGB (Red+Green+Blue) = 54+76+40=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 76 - color contains mainly: green. Hex color #364C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364C28 is #C9B3D7. Grayscale: #414141. Windows color (decimal): -13218776 or 2640950. OLE color: 2640950.

HSL color Cylindrical-coordinate representation of color #364C28: hue angle of 96.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #364C28 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 76 40 -
CMYK 0.29 0 0.47 0.70
HSL 96.67º 0.31% 0.23% -
HSV(B) 96.67º 0.47% 0.3% -
XYZ 4.49 6.11 2.95 -
YUV 65.32 113.71 119.93 -
System Red Green Blue C M Y K H S L
Decimal 54 76 40 0.29 0 0.47 0.70 96.67 0.31 0.23
Hex 36 4C 28 1D 0 2F 46 61 1F 17
Octal 66 114 50 35 0 57 106 141 37 27
Binary 110110 1001100 101000 11101 0 101111 1000110 1100001 11111 10111

Color Harmonies of #364C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C28

Black with #364C28

Text Example


Text Example

White with #364C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364C28; }

 p { color: rgb(54,76,40); }

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

background-color css

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

 a { background-color: rgb(54,76,40); }

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

border-color css

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

 span { border-color: rgb(54,76,40); }

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