Html Css Color HEX #41483D Mallard

📋 copy color: '#41483D'

red 65 ◦ green 72 ◦ blue 61

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

Shades of Mallard #41483D

Tints of Mallard #41483D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.81%

R = 32.83%
G = 36.36%
B = 30.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#41483D (or 0x41483D) is known color: Mallard. HEX triplet: 41, 48 and 3D. RGB value is (65,72,61). Sum of RGB (Red+Green+Blue) = 65+72+61=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 72 - color contains mainly: green. Hex color #41483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41483D is #BEB7C2. Grayscale: #444444. Windows color (decimal): -12498883 or 4016193. OLE color: 4016193.

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

Color convert

RGB 65 72 61 -
CMYK 0.10 0 0.15 0.72
HSL 98.18º 0.08% 0.26% -
HSV(B) 98.18º 0.15% 0.28% -
XYZ 5.34 6.1 5.31 -
YUV 68.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 65 72 61 0.10 0 0.15 0.72 98.18 0.08 0.26
Hex 41 48 3D A 0 F 48 62 8 1A
Octal 101 110 75 12 0 17 110 142 10 32
Binary 1000001 1001000 111101 1010 0 1111 1001000 1100010 1000 11010

Color Harmonies of #41483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41483D

Black with #41483D

Text Example


Text Example

White with #41483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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