Html Css Color HEX #384831 Palm Leaf

📋 copy color: '#384831'

red 56 ◦ green 72 ◦ blue 49

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

Shades of Palm Leaf #384831

Tints of Palm Leaf #384831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.68%

 BLUE value IS 49 (19.53% from 255) = 27.68%

R = 31.64%
G = 40.68%
B = 27.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#384831 (or 0x384831) is known color: Palm Leaf. HEX triplet: 38, 48 and 31. RGB value is (56,72,49). Sum of RGB (Red+Green+Blue) = 56+72+49=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #384831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384831 is #C7B7CE. Grayscale: #404040. Windows color (decimal): -13088719 or 3229752. OLE color: 3229752.

HSL color Cylindrical-coordinate representation of color #384831: hue angle of 101.74º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #384831 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 49 -
CMYK 0.22 0 0.32 0.72
HSL 101.74º 0.19% 0.24% -
HSV(B) 101.74º 0.32% 0.28% -
XYZ 4.5 5.7 3.77 -
YUV 64.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 56 72 49 0.22 0 0.32 0.72 101.74 0.19 0.24
Hex 38 48 31 16 0 20 48 66 13 18
Octal 70 110 61 26 0 40 110 146 23 30
Binary 111000 1001000 110001 10110 0 100000 1001000 1100110 10011 11000

Color Harmonies of #384831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384831

Black with #384831

Text Example


Text Example

White with #384831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384831; }

 p { color: rgb(56,72,49); }

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

background-color css

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

 a { background-color: rgb(56,72,49); }

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

border-color css

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

 span { border-color: rgb(56,72,49); }

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