Html Css Color HEX #425137 Mallard

📋 copy color: '#425137'

red 66 ◦ green 81 ◦ blue 55

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

Shades of Mallard #425137

Tints of Mallard #425137

RGB

 RED value IS 66 (26.17% from 255) = 32.67%

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

 BLUE value IS 55 (21.88% from 255) = 27.23%

R = 32.67%
G = 40.1%
B = 27.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#425137 (or 0x425137) is known color: Mallard. HEX triplet: 42, 51 and 37. RGB value is (66,81,55). Sum of RGB (Red+Green+Blue) = 66+81+55=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #425137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425137 is #BDAEC8. Grayscale: #494949. Windows color (decimal): -12431049 or 3625282. OLE color: 3625282.

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

Color convert

RGB 66 81 55 -
CMYK 0.19 0 0.32 0.68
HSL 94.62º 0.19% 0.27% -
HSV(B) 94.62º 0.32% 0.32% -
XYZ 5.88 7.32 4.72 -
YUV 73.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 66 81 55 0.19 0 0.32 0.68 94.62 0.19 0.27
Hex 42 51 37 13 0 20 44 5F 13 1B
Octal 102 121 67 23 0 40 104 137 23 33
Binary 1000010 1010001 110111 10011 0 100000 1000100 1011111 10011 11011

Color Harmonies of #425137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425137

Black with #425137

Text Example


Text Example

White with #425137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425137; }

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

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

background-color css

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

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

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

border-color css

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

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

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