Html Css Color HEX #41483C Mallard

📋 copy color: '#41483C'

red 65 ◦ green 72 ◦ blue 60

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

Shades of Mallard #41483C

Tints of Mallard #41483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.55%

 BLUE value IS 60 (23.83% from 255) = 30.46%

R = 32.99%
G = 36.55%
B = 30.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#41483C (or 0x41483C) is known color: Mallard. HEX triplet: 41, 48 and 3C. RGB value is (65,72,60). Sum of RGB (Red+Green+Blue) = 65+72+60=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 72 - color contains mainly: green. Hex color #41483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41483C is #BEB7C3. Grayscale: #444444. Windows color (decimal): -12498884 or 3950657. OLE color: 3950657.

HSL color Cylindrical-coordinate representation of color #41483C: hue angle of 95º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #41483C is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 60 -
CMYK 0.10 0 0.17 0.72
HSL 95º 0.09% 0.26% -
HSV(B) 95º 0.17% 0.28% -
XYZ 5.31 6.08 5.17 -
YUV 68.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 65 72 60 0.10 0 0.17 0.72 95 0.09 0.26
Hex 41 48 3C A 0 11 48 5F 9 1A
Octal 101 110 74 12 0 21 110 137 11 32
Binary 1000001 1001000 111100 1010 0 10001 1001000 1011111 1001 11010

Color Harmonies of #41483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41483C

Black with #41483C

Text Example


Text Example

White with #41483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41483C; }

 p { color: rgb(65,72,60); }

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

background-color css

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

 a { background-color: rgb(65,72,60); }

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

border-color css

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

 span { border-color: rgb(65,72,60); }

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