Html Css Color HEX #40453A Mallard

📋 copy color: '#40453A'

red 64 ◦ green 69 ◦ blue 58

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

Shades of Mallard #40453A

Tints of Mallard #40453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.13%

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

R = 33.51%
G = 36.13%
B = 30.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#40453A (or 0x40453A) is known color: Mallard. HEX triplet: 40, 45 and 3A. RGB value is (64,69,58). Sum of RGB (Red+Green+Blue) = 64+69+58=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 69 - color contains mainly: green. Hex color #40453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40453A is #BFBAC5. Grayscale: #424242. Windows color (decimal): -12565190 or 3818816. OLE color: 3818816.

HSL color Cylindrical-coordinate representation of color #40453A: hue angle of 87.27º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #40453A is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 69 58 -
CMYK 0.07 0 0.16 0.73
HSL 87.27º 0.09% 0.25% -
HSV(B) 87.27º 0.16% 0.27% -
XYZ 5.01 5.65 4.83 -
YUV 66.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 64 69 58 0.07 0 0.16 0.73 87.27 0.09 0.25
Hex 40 45 3A 7 0 10 49 57 9 19
Octal 100 105 72 7 0 20 111 127 11 31
Binary 1000000 1000101 111010 111 0 10000 1001001 1010111 1001 11001

Color Harmonies of #40453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40453A

Black with #40453A

Text Example


Text Example

White with #40453A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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