Html Css Color HEX #375122 Mallard

📋 copy color: '#375122'

red 55 ◦ green 81 ◦ blue 34

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

Shades of Mallard #375122

Tints of Mallard #375122

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.65%

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

R = 32.35%
G = 47.65%
B = 20%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#375122 (or 0x375122) is known color: Mallard. HEX triplet: 37, 51 and 22. RGB value is (55,81,34). Sum of RGB (Red+Green+Blue) = 55+81+34=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #375122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375122 is #C8AEDD. Grayscale: #444444. Windows color (decimal): -13151966 or 2249015. OLE color: 2249015.

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

Color convert

RGB 55 81 34 -
CMYK 0.32 0 0.58 0.68
HSL 93.19º 0.41% 0.23% -
HSV(B) 93.19º 0.58% 0.32% -
XYZ 4.81 6.81 2.57 -
YUV 67.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 55 81 34 0.32 0 0.58 0.68 93.19 0.41 0.23
Hex 37 51 22 20 0 3A 44 5D 29 17
Octal 67 121 42 40 0 72 104 135 51 27
Binary 110111 1010001 100010 100000 0 111010 1000100 1011101 101001 10111

Color Harmonies of #375122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375122

Black with #375122

Text Example


Text Example

White with #375122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375122; }

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

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

background-color css

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

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

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

border-color css

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

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

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