Html Css Color HEX #414F38 Mallard

📋 copy color: '#414F38'

red 65 ◦ green 79 ◦ blue 56

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

Shades of Mallard #414F38

Tints of Mallard #414F38

RGB

 RED value IS 65 (25.78% from 255) = 32.5%

 GREEN value IS 79 (31.25% from 255) = 39.5%

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

R = 32.5%
G = 39.5%
B = 28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#414F38 (or 0x414F38) is known color: Mallard. HEX triplet: 41, 4F and 38. RGB value is (65,79,56). Sum of RGB (Red+Green+Blue) = 65+79+56=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 79 - color contains mainly: green. Hex color #414F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F38 is #BEB0C7. Grayscale: #484848. Windows color (decimal): -12497096 or 3690305. OLE color: 3690305.

HSL color Cylindrical-coordinate representation of color #414F38: hue angle of 96.52º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #414F38 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 79 56 -
CMYK 0.18 0 0.29 0.69
HSL 96.52º 0.17% 0.26% -
HSV(B) 96.52º 0.29% 0.31% -
XYZ 5.69 7 4.79 -
YUV 72.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 65 79 56 0.18 0 0.29 0.69 96.52 0.17 0.26
Hex 41 4F 38 12 0 1D 45 61 11 1A
Octal 101 117 70 22 0 35 105 141 21 32
Binary 1000001 1001111 111000 10010 0 11101 1000101 1100001 10001 11010

Color Harmonies of #414F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F38

Black with #414F38

Text Example


Text Example

White with #414F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414F38; }

 p { color: rgb(65,79,56); }

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

background-color css

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

 a { background-color: rgb(65,79,56); }

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

border-color css

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

 span { border-color: rgb(65,79,56); }

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