Html Css Color HEX #385027 Mallard

📋 copy color: '#385027'

red 56 ◦ green 80 ◦ blue 39

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

Shades of Mallard #385027

Tints of Mallard #385027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.29%

R = 32%
G = 45.71%
B = 22.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#385027 (or 0x385027) is known color: Mallard. HEX triplet: 38, 50 and 27. RGB value is (56,80,39). Sum of RGB (Red+Green+Blue) = 56+80+39=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #385027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385027 is #C7AFD8. Grayscale: #444444. Windows color (decimal): -13086681 or 2576440. OLE color: 2576440.

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

Color convert

RGB 56 80 39 -
CMYK 0.30 0 0.51 0.69
HSL 95.12º 0.34% 0.23% -
HSV(B) 95.12º 0.51% 0.31% -
XYZ 4.87 6.72 2.96 -
YUV 68.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 56 80 39 0.30 0 0.51 0.69 95.12 0.34 0.23
Hex 38 50 27 1E 0 33 45 5F 22 17
Octal 70 120 47 36 0 63 105 137 42 27
Binary 111000 1010000 100111 11110 0 110011 1000101 1011111 100010 10111

Color Harmonies of #385027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385027

Black with #385027

Text Example


Text Example

White with #385027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385027; }

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

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

background-color css

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

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

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

border-color css

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

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

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