Html Css Color HEX #425138 Mallard

📋 copy color: '#425138'

red 66 ◦ green 81 ◦ blue 56

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

Shades of Mallard #425138

Tints of Mallard #425138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.59%

R = 32.51%
G = 39.9%
B = 27.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#425138 (or 0x425138) is known color: Mallard. HEX triplet: 42, 51 and 38. RGB value is (66,81,56). Sum of RGB (Red+Green+Blue) = 66+81+56=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #425138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425138 is #BDAEC7. Grayscale: #494949. Windows color (decimal): -12431048 or 3690818. OLE color: 3690818.

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

Color convert

RGB 66 81 56 -
CMYK 0.19 0 0.31 0.68
HSL 96º 0.18% 0.27% -
HSV(B) 96º 0.31% 0.32% -
XYZ 5.9 7.33 4.84 -
YUV 73.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 66 81 56 0.19 0 0.31 0.68 96 0.18 0.27
Hex 42 51 38 13 0 1F 44 60 12 1B
Octal 102 121 70 23 0 37 104 140 22 33
Binary 1000010 1010001 111000 10011 0 11111 1000100 1100000 10010 11011

Color Harmonies of #425138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425138

Black with #425138

Text Example


Text Example

White with #425138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425138; }

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

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

background-color css

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

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

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

border-color css

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

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

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