Html Css Color HEX #375222 Mallard

📋 copy color: '#375222'

red 55 ◦ green 82 ◦ blue 34

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

Shades of Mallard #375222

Tints of Mallard #375222

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.95%

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

R = 32.16%
G = 47.95%
B = 19.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#375222 (or 0x375222) is known color: Mallard. HEX triplet: 37, 52 and 22. RGB value is (55,82,34). Sum of RGB (Red+Green+Blue) = 55+82+34=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #375222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375222 is #C8ADDD. Grayscale: #444444. Windows color (decimal): -13151710 or 2249271. OLE color: 2249271.

HSL color Cylindrical-coordinate representation of color #375222: hue angle of 93.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375222 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 82 34 -
CMYK 0.33 0 0.59 0.68
HSL 93.75º 0.41% 0.23% -
HSV(B) 93.75º 0.59% 0.32% -
XYZ 4.88 6.96 2.6 -
YUV 68.46 108.55 118.4 -
System Red Green Blue C M Y K H S L
Decimal 55 82 34 0.33 0 0.59 0.68 93.75 0.41 0.23
Hex 37 52 22 21 0 3B 44 5E 29 17
Octal 67 122 42 41 0 73 104 136 51 27
Binary 110111 1010010 100010 100001 0 111011 1000100 1011110 101001 10111

Color Harmonies of #375222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375222

Black with #375222

Text Example


Text Example

White with #375222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375222; }

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

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

background-color css

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

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

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

border-color css

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

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

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