Html Css Color HEX #40453D Mallard

📋 copy color: '#40453D'

red 64 ◦ green 69 ◦ blue 61

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

Shades of Mallard #40453D

Tints of Mallard #40453D

RGB

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

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

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

R = 32.99%
G = 35.57%
B = 31.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#40453D (or 0x40453D) is known color: Mallard. HEX triplet: 40, 45 and 3D. RGB value is (64,69,61). Sum of RGB (Red+Green+Blue) = 64+69+61=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 69 - color contains mainly: green. Hex color #40453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40453D is #BFBAC2. Grayscale: #424242. Windows color (decimal): -12565187 or 4015424. OLE color: 4015424.

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

Color convert

RGB 64 69 61 -
CMYK 0.07 0 0.12 0.73
HSL 97.5º 0.06% 0.25% -
HSV(B) 97.5º 0.12% 0.27% -
XYZ 5.08 5.68 5.24 -
YUV 66.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 64 69 61 0.07 0 0.12 0.73 97.5 0.06 0.25
Hex 40 45 3D 7 0 C 49 62 6 19
Octal 100 105 75 7 0 14 111 142 6 31
Binary 1000000 1000101 111101 111 0 1100 1001001 1100010 110 11001

Color Harmonies of #40453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40453D

Black with #40453D

Text Example


Text Example

White with #40453D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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