Html Css Color HEX #375022 Mallard

📋 copy color: '#375022'

red 55 ◦ green 80 ◦ blue 34

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

Shades of Mallard #375022

Tints of Mallard #375022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.12%

R = 32.54%
G = 47.34%
B = 20.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#375022 (or 0x375022) is known color: Mallard. HEX triplet: 37, 50 and 22. RGB value is (55,80,34). Sum of RGB (Red+Green+Blue) = 55+80+34=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #375022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375022 is #C8AFDD. Grayscale: #434343. Windows color (decimal): -13152222 or 2248759. OLE color: 2248759.

HSL color Cylindrical-coordinate representation of color #375022: hue angle of 92.61º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #375022 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 80 34 -
CMYK 0.31 0 0.58 0.69
HSL 92.61º 0.4% 0.22% -
HSV(B) 92.61º 0.58% 0.31% -
XYZ 4.73 6.67 2.55 -
YUV 67.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 55 80 34 0.31 0 0.58 0.69 92.61 0.4 0.22
Hex 37 50 22 1F 0 3A 45 5D 28 16
Octal 67 120 42 37 0 72 105 135 50 26
Binary 110111 1010000 100010 11111 0 111010 1000101 1011101 101000 10110

Color Harmonies of #375022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375022

Black with #375022

Text Example


Text Example

White with #375022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375022; }

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

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

background-color css

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

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

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

border-color css

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

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

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