Html Css Color HEX #364E2A Palm Leaf

📋 copy color: '#364E2A'

red 54 ◦ green 78 ◦ blue 42

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

Shades of Palm Leaf #364E2A

Tints of Palm Leaf #364E2A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 44.83%

 BLUE value IS 42 (16.8% from 255) = 24.14%

R = 31.03%
G = 44.83%
B = 24.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#364E2A (or 0x364E2A) is known color: Palm Leaf. HEX triplet: 36, 4E and 2A. RGB value is (54,78,42). Sum of RGB (Red+Green+Blue) = 54+78+42=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 78 - color contains mainly: green. Hex color #364E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364E2A is #C9B1D5. Grayscale: #424242. Windows color (decimal): -13218262 or 2772534. OLE color: 2772534.

HSL color Cylindrical-coordinate representation of color #364E2A: hue angle of 100º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #364E2A is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 78 42 -
CMYK 0.31 0 0.46 0.69
HSL 100º 0.3% 0.24% -
HSV(B) 100º 0.46% 0.31% -
XYZ 4.66 6.4 3.18 -
YUV 66.72 114.05 118.93 -
System Red Green Blue C M Y K H S L
Decimal 54 78 42 0.31 0 0.46 0.69 100 0.3 0.24
Hex 36 4E 2A 1F 0 2E 45 64 1E 18
Octal 66 116 52 37 0 56 105 144 36 30
Binary 110110 1001110 101010 11111 0 101110 1000101 1100100 11110 11000

Color Harmonies of #364E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364E2A

Black with #364E2A

Text Example


Text Example

White with #364E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,78,42); }

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

background-color css

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

 a { background-color: rgb(54,78,42); }

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

border-color css

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

 span { border-color: rgb(54,78,42); }

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