Html Css Color HEX #385023 Mallard

📋 copy color: '#385023'

red 56 ◦ green 80 ◦ blue 35

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

Shades of Mallard #385023

Tints of Mallard #385023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.47%

R = 32.75%
G = 46.78%
B = 20.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#385023 (or 0x385023) is known color: Mallard. HEX triplet: 38, 50 and 23. RGB value is (56,80,35). Sum of RGB (Red+Green+Blue) = 56+80+35=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #385023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385023 is #C7AFDC. Grayscale: #434343. Windows color (decimal): -13086685 or 2314296. OLE color: 2314296.

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

Color convert

RGB 56 80 35 -
CMYK 0.30 0 0.56 0.69
HSL 92º 0.39% 0.23% -
HSV(B) 92º 0.56% 0.31% -
XYZ 4.8 6.7 2.63 -
YUV 67.69 109.55 119.66 -
System Red Green Blue C M Y K H S L
Decimal 56 80 35 0.30 0 0.56 0.69 92 0.39 0.23
Hex 38 50 23 1E 0 38 45 5C 27 17
Octal 70 120 43 36 0 70 105 134 47 27
Binary 111000 1010000 100011 11110 0 111000 1000101 1011100 100111 10111

Color Harmonies of #385023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385023

Black with #385023

Text Example


Text Example

White with #385023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385023; }

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

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

background-color css

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

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

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

border-color css

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

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

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