Html Css Color HEX #384D36 Palm Leaf

📋 copy color: '#384D36'

red 56 ◦ green 77 ◦ blue 54

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

Shades of Palm Leaf #384D36

Tints of Palm Leaf #384D36

RGB

 RED value IS 56 (22.27% from 255) = 29.95%

 GREEN value IS 77 (30.47% from 255) = 41.18%

 BLUE value IS 54 (21.48% from 255) = 28.88%

R = 29.95%
G = 41.18%
B = 28.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#384D36 (or 0x384D36) is known color: Palm Leaf. HEX triplet: 38, 4D and 36. RGB value is (56,77,54). Sum of RGB (Red+Green+Blue) = 56+77+54=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 77 - color contains mainly: green. Hex color #384D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D36 is #C7B2C9. Grayscale: #444444. Windows color (decimal): -13087434 or 3558712. OLE color: 3558712.

HSL color Cylindrical-coordinate representation of color #384D36: hue angle of 114.78º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #384D36 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 77 54 -
CMYK 0.27 0 0.30 0.70
HSL 114.78º 0.18% 0.26% -
HSV(B) 114.78º 0.3% 0.3% -
XYZ 4.95 6.41 4.47 -
YUV 68.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 56 77 54 0.27 0 0.30 0.70 114.78 0.18 0.26
Hex 38 4D 36 1B 0 1E 46 73 12 1A
Octal 70 115 66 33 0 36 106 163 22 32
Binary 111000 1001101 110110 11011 0 11110 1000110 1110011 10010 11010

Color Harmonies of #384D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D36

Black with #384D36

Text Example


Text Example

White with #384D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384D36; }

 p { color: rgb(56,77,54); }

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

background-color css

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

 a { background-color: rgb(56,77,54); }

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

border-color css

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

 span { border-color: rgb(56,77,54); }

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