Html Css Color HEX #384D31 Palm Leaf

📋 copy color: '#384D31'

red 56 ◦ green 77 ◦ blue 49

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

Shades of Palm Leaf #384D31

Tints of Palm Leaf #384D31

RGB

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

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

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

R = 30.77%
G = 42.31%
B = 26.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#384D31 (or 0x384D31) is known color: Palm Leaf. HEX triplet: 38, 4D and 31. RGB value is (56,77,49). Sum of RGB (Red+Green+Blue) = 56+77+49=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 77 - color contains mainly: green. Hex color #384D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D31 is #C7B2CE. Grayscale: #434343. Windows color (decimal): -13087439 or 3231032. OLE color: 3231032.

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

Color convert

RGB 56 77 49 -
CMYK 0.27 0 0.36 0.70
HSL 105º 0.22% 0.25% -
HSV(B) 105º 0.36% 0.3% -
XYZ 4.84 6.37 3.88 -
YUV 67.53 117.54 119.78 -
System Red Green Blue C M Y K H S L
Decimal 56 77 49 0.27 0 0.36 0.70 105 0.22 0.25
Hex 38 4D 31 1B 0 24 46 69 16 19
Octal 70 115 61 33 0 44 106 151 26 31
Binary 111000 1001101 110001 11011 0 100100 1000110 1101001 10110 11001

Color Harmonies of #384D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D31

Black with #384D31

Text Example


Text Example

White with #384D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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