Html Css Color HEX #375023 Mallard

📋 copy color: '#375023'

red 55 ◦ green 80 ◦ blue 35

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

Shades of Mallard #375023

Tints of Mallard #375023

RGB

 RED value IS 55 (21.88% from 255) = 32.35%

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

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

R = 32.35%
G = 47.06%
B = 20.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#375023 (or 0x375023) is known color: Mallard. HEX triplet: 37, 50 and 23. RGB value is (55,80,35). Sum of RGB (Red+Green+Blue) = 55+80+35=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #375023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375023 is #C8AFDC. Grayscale: #434343. Windows color (decimal): -13152221 or 2314295. OLE color: 2314295.

HSL color Cylindrical-coordinate representation of color #375023: hue angle of 93.33º 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 #375023 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 80 35 -
CMYK 0.31 0 0.56 0.69
HSL 93.33º 0.39% 0.23% -
HSV(B) 93.33º 0.56% 0.31% -
XYZ 4.75 6.67 2.63 -
YUV 67.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 55 80 35 0.31 0 0.56 0.69 93.33 0.39 0.23
Hex 37 50 23 1F 0 38 45 5D 27 17
Octal 67 120 43 37 0 70 105 135 47 27
Binary 110111 1010000 100011 11111 0 111000 1000101 1011101 100111 10111

Color Harmonies of #375023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375023

Black with #375023

Text Example


Text Example

White with #375023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375023; }

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

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

background-color css

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

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

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

border-color css

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

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

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