Html Css Color HEX #364B2A Palm Leaf

📋 copy color: '#364B2A'

red 54 ◦ green 75 ◦ blue 42

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

Shades of Palm Leaf #364B2A

Tints of Palm Leaf #364B2A

RGB

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

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

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

R = 31.58%
G = 43.86%
B = 24.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#364B2A (or 0x364B2A) is known color: Palm Leaf. HEX triplet: 36, 4B and 2A. RGB value is (54,75,42). Sum of RGB (Red+Green+Blue) = 54+75+42=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 75 - color contains mainly: green. Hex color #364B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B2A is #C9B4D5. Grayscale: #414141. Windows color (decimal): -13219030 or 2771766. OLE color: 2771766.

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

Color convert

RGB 54 75 42 -
CMYK 0.28 0 0.44 0.71
HSL 98.18º 0.28% 0.23% -
HSV(B) 98.18º 0.44% 0.29% -
XYZ 4.46 5.98 3.11 -
YUV 64.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 54 75 42 0.28 0 0.44 0.71 98.18 0.28 0.23
Hex 36 4B 2A 1C 0 2C 47 62 1C 17
Octal 66 113 52 34 0 54 107 142 34 27
Binary 110110 1001011 101010 11100 0 101100 1000111 1100010 11100 10111

Color Harmonies of #364B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B2A

Black with #364B2A

Text Example


Text Example

White with #364B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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