Html Css Color HEX #394E2D Palm Leaf

📋 copy color: '#394E2D'

red 57 ◦ green 78 ◦ blue 45

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

Shades of Palm Leaf #394E2D

Tints of Palm Leaf #394E2D

RGB

 RED value IS 57 (22.66% from 255) = 31.67%

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

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

R = 31.67%
G = 43.33%
B = 25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#394E2D (or 0x394E2D) is known color: Palm Leaf. HEX triplet: 39, 4E and 2D. RGB value is (57,78,45). Sum of RGB (Red+Green+Blue) = 57+78+45=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 78 (30.86% from 255 or 43.33% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 78 - color contains mainly: green. Hex color #394E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394E2D is #C6B1D2. Grayscale: #444444. Windows color (decimal): -13021651 or 2969145. OLE color: 2969145.

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

Color convert

RGB 57 78 45 -
CMYK 0.27 0 0.42 0.69
HSL 98.18º 0.27% 0.24% -
HSV(B) 98.18º 0.42% 0.31% -
XYZ 4.89 6.51 3.48 -
YUV 67.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 57 78 45 0.27 0 0.42 0.69 98.18 0.27 0.24
Hex 39 4E 2D 1B 0 2A 45 62 1B 18
Octal 71 116 55 33 0 52 105 142 33 30
Binary 111001 1001110 101101 11011 0 101010 1000101 1100010 11011 11000

Color Harmonies of #394E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394E2D

Black with #394E2D

Text Example


Text Example

White with #394E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394E2D; }

 p { color: rgb(57,78,45); }

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

background-color css

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

 a { background-color: rgb(57,78,45); }

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

border-color css

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

 span { border-color: rgb(57,78,45); }

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