Html Css Color HEX #364935 Palm Leaf

📋 copy color: '#364935'

red 54 ◦ green 73 ◦ blue 53

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

Shades of Palm Leaf #364935

Tints of Palm Leaf #364935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 29.44%

R = 30%
G = 40.56%
B = 29.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#364935 (or 0x364935) is known color: Palm Leaf. HEX triplet: 36, 49 and 35. RGB value is (54,73,53). Sum of RGB (Red+Green+Blue) = 54+73+53=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 73 - color contains mainly: green. Hex color #364935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364935 is #C9B6CA. Grayscale: #414141. Windows color (decimal): -13219531 or 3492150. OLE color: 3492150.

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

Color convert

RGB 54 73 53 -
CMYK 0.26 0 0.27 0.71
HSL 117º 0.16% 0.25% -
HSV(B) 117º 0.27% 0.29% -
XYZ 4.55 5.81 4.25 -
YUV 65.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 54 73 53 0.26 0 0.27 0.71 117 0.16 0.25
Hex 36 49 35 1A 0 1B 47 75 10 19
Octal 66 111 65 32 0 33 107 165 20 31
Binary 110110 1001001 110101 11010 0 11011 1000111 1110101 10000 11001

Color Harmonies of #364935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364935

Black with #364935

Text Example


Text Example

White with #364935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364935; }

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

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

background-color css

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

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

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

border-color css

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

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

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