Html Css Color HEX #364930 Palm Leaf

📋 copy color: '#364930'

red 54 ◦ green 73 ◦ blue 48

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

Shades of Palm Leaf #364930

Tints of Palm Leaf #364930

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.71%

 BLUE value IS 48 (19.14% from 255) = 27.43%

R = 30.86%
G = 41.71%
B = 27.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#364930 (or 0x364930) is known color: Palm Leaf. HEX triplet: 36, 49 and 30. RGB value is (54,73,48). Sum of RGB (Red+Green+Blue) = 54+73+48=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #364930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364930 is #C9B6CF. Grayscale: #404040. Windows color (decimal): -13219536 or 3164470. OLE color: 3164470.

HSL color Cylindrical-coordinate representation of color #364930: hue angle of 105.6º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #364930 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 73 48 -
CMYK 0.26 0 0.34 0.71
HSL 105.6º 0.21% 0.24% -
HSV(B) 105.6º 0.34% 0.29% -
XYZ 4.44 5.76 3.67 -
YUV 64.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 54 73 48 0.26 0 0.34 0.71 105.6 0.21 0.24
Hex 36 49 30 1A 0 22 47 6A 15 18
Octal 66 111 60 32 0 42 107 152 25 30
Binary 110110 1001001 110000 11010 0 100010 1000111 1101010 10101 11000

Color Harmonies of #364930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364930

Black with #364930

Text Example


Text Example

White with #364930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364930; }

 p { color: rgb(54,73,48); }

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

background-color css

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

 a { background-color: rgb(54,73,48); }

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

border-color css

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

 span { border-color: rgb(54,73,48); }

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