Html Css Color HEX #385028 Palm Leaf

📋 copy color: '#385028'

red 56 ◦ green 80 ◦ blue 40

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

Shades of Palm Leaf #385028

Tints of Palm Leaf #385028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.73%

R = 31.82%
G = 45.45%
B = 22.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#385028 (or 0x385028) is known color: Palm Leaf. HEX triplet: 38, 50 and 28. RGB value is (56,80,40). Sum of RGB (Red+Green+Blue) = 56+80+40=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #385028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385028 is #C7AFD7. Grayscale: #444444. Windows color (decimal): -13086680 or 2641976. OLE color: 2641976.

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

Color convert

RGB 56 80 40 -
CMYK 0.30 0 0.5 0.69
HSL 96º 0.33% 0.24% -
HSV(B) 96º 0.5% 0.31% -
XYZ 4.88 6.73 3.05 -
YUV 68.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 56 80 40 0.30 0 0.5 0.69 96 0.33 0.24
Hex 38 50 28 1E 0 32 45 60 21 18
Octal 70 120 50 36 0 62 105 140 41 30
Binary 111000 1010000 101000 11110 0 110010 1000101 1100000 100001 11000

Color Harmonies of #385028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385028

Black with #385028

Text Example


Text Example

White with #385028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385028; }

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

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

background-color css

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

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

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

border-color css

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

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

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