Html Css Color HEX #384C36 Palm Leaf

📋 copy color: '#384C36'

red 56 ◦ green 76 ◦ blue 54

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

Shades of Palm Leaf #384C36

Tints of Palm Leaf #384C36

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.86%

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

R = 30.11%
G = 40.86%
B = 29.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.70

RGB Variations

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

Color information

#384C36 (or 0x384C36) is known color: Palm Leaf. HEX triplet: 38, 4C and 36. RGB value is (56,76,54). Sum of RGB (Red+Green+Blue) = 56+76+54=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 76 - color contains mainly: green. Hex color #384C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C36 is #C7B3C9. Grayscale: #434343. Windows color (decimal): -13087690 or 3558456. OLE color: 3558456.

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

Color convert

RGB 56 76 54 -
CMYK 0.26 0 0.29 0.70
HSL 114.55º 0.17% 0.25% -
HSV(B) 114.55º 0.29% 0.3% -
XYZ 4.88 6.28 4.44 -
YUV 67.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 56 76 54 0.26 0 0.29 0.70 114.55 0.17 0.25
Hex 38 4C 36 1A 0 1D 46 73 11 19
Octal 70 114 66 32 0 35 106 163 21 31
Binary 111000 1001100 110110 11010 0 11101 1000110 1110011 10001 11001

Color Harmonies of #384C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C36

Black with #384C36

Text Example


Text Example

White with #384C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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