Html Css Color HEX #364B2D Palm Leaf

📋 copy color: '#364B2D'

red 54 ◦ green 75 ◦ blue 45

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

Shades of Palm Leaf #364B2D

Tints of Palm Leaf #364B2D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 43.1%

 BLUE value IS 45 (17.97% from 255) = 25.86%

R = 31.03%
G = 43.1%
B = 25.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#364B2D (or 0x364B2D) is known color: Palm Leaf. HEX triplet: 36, 4B and 2D. RGB value is (54,75,45). Sum of RGB (Red+Green+Blue) = 54+75+45=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #364B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B2D is #C9B4D2. Grayscale: #414141. Windows color (decimal): -13219027 or 2968374. OLE color: 2968374.

HSL color Cylindrical-coordinate representation of color #364B2D: hue angle of 102º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #364B2D is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 75 45 -
CMYK 0.28 0 0.40 0.71
HSL 102º 0.25% 0.24% -
HSV(B) 102º 0.4% 0.29% -
XYZ 4.51 6.01 3.4 -
YUV 65.3 116.54 119.94 -
System Red Green Blue C M Y K H S L
Decimal 54 75 45 0.28 0 0.40 0.71 102 0.25 0.24
Hex 36 4B 2D 1C 0 28 47 66 19 18
Octal 66 113 55 34 0 50 107 146 31 30
Binary 110110 1001011 101101 11100 0 101000 1000111 1100110 11001 11000

Color Harmonies of #364B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B2D

Black with #364B2D

Text Example


Text Example

White with #364B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,75,45); }

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

background-color css

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

 a { background-color: rgb(54,75,45); }

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

border-color css

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

 span { border-color: rgb(54,75,45); }

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