Html Css Color HEX #40483A Mallard

📋 copy color: '#40483A'

red 64 ◦ green 72 ◦ blue 58

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

Shades of Mallard #40483A

Tints of Mallard #40483A

RGB

 RED value IS 64 (25.39% from 255) = 32.99%

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

 BLUE value IS 58 (23.05% from 255) = 29.9%

R = 32.99%
G = 37.11%
B = 29.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#40483A (or 0x40483A) is known color: Mallard. HEX triplet: 40, 48 and 3A. RGB value is (64,72,58). Sum of RGB (Red+Green+Blue) = 64+72+58=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 72 - color contains mainly: green. Hex color #40483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40483A is #BFB7C5. Grayscale: #444444. Windows color (decimal): -12564422 or 3819584. OLE color: 3819584.

HSL color Cylindrical-coordinate representation of color #40483A: hue angle of 94.29º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #40483A is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 72 58 -
CMYK 0.11 0 0.19 0.72
HSL 94.29º 0.11% 0.25% -
HSV(B) 94.29º 0.19% 0.28% -
XYZ 5.2 6.03 4.89 -
YUV 68.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 64 72 58 0.11 0 0.19 0.72 94.29 0.11 0.25
Hex 40 48 3A B 0 13 48 5E B 19
Octal 100 110 72 13 0 23 110 136 13 31
Binary 1000000 1001000 111010 1011 0 10011 1001000 1011110 1011 11001

Color Harmonies of #40483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40483A

Black with #40483A

Text Example


Text Example

White with #40483A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40483A; }

 p { color: rgb(64,72,58); }

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

background-color css

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

 a { background-color: rgb(64,72,58); }

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

border-color css

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

 span { border-color: rgb(64,72,58); }

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