Html Css Color HEX #385031 Palm Leaf

📋 copy color: '#385031'

red 56 ◦ green 80 ◦ blue 49

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

Shades of Palm Leaf #385031

Tints of Palm Leaf #385031

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.24%

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

R = 30.27%
G = 43.24%
B = 26.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#385031 (or 0x385031) is known color: Palm Leaf. HEX triplet: 38, 50 and 31. RGB value is (56,80,49). Sum of RGB (Red+Green+Blue) = 56+80+49=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #385031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385031 is #C7AFCE. Grayscale: #454545. Windows color (decimal): -13086671 or 3231800. OLE color: 3231800.

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

Color convert

RGB 56 80 49 -
CMYK 0.30 0 0.39 0.69
HSL 106.45º 0.24% 0.25% -
HSV(B) 106.45º 0.39% 0.31% -
XYZ 5.05 6.8 3.95 -
YUV 69.29 116.55 118.52 -
System Red Green Blue C M Y K H S L
Decimal 56 80 49 0.30 0 0.39 0.69 106.45 0.24 0.25
Hex 38 50 31 1E 0 27 45 6A 18 19
Octal 70 120 61 36 0 47 105 152 30 31
Binary 111000 1010000 110001 11110 0 100111 1000101 1101010 11000 11001

Color Harmonies of #385031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385031

Black with #385031

Text Example


Text Example

White with #385031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385031; }

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

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

background-color css

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

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

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

border-color css

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

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

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