Html Css Color HEX #40504D Corduroy

📋 copy color: '#40504D'

red 64 ◦ green 80 ◦ blue 77

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

Shades of Corduroy #40504D

Tints of Corduroy #40504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.2%

 BLUE value IS 77 (30.47% from 255) = 34.84%

R = 28.96%
G = 36.2%
B = 34.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#40504D (or 0x40504D) is known color: Corduroy. HEX triplet: 40, 50 and 4D. RGB value is (64,80,77). Sum of RGB (Red+Green+Blue) = 64+80+77=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 80 - color contains mainly: green. Hex color #40504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40504D is #BFAFB2. Grayscale: #4A4A4A. Windows color (decimal): -12562355 or 5066816. OLE color: 5066816.

HSL color Cylindrical-coordinate representation of color #40504D: hue angle of 168.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #40504D is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 77 -
CMYK 0.20 0 0.04 0.69
HSL 168.75º 0.11% 0.28% -
HSV(B) 168.75º 0.2% 0.31% -
XYZ 6.32 7.36 8.11 -
YUV 74.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 64 80 77 0.20 0 0.04 0.69 168.75 0.11 0.28
Hex 40 50 4D 14 0 4 45 A9 B 1C
Octal 100 120 115 24 0 4 105 251 13 34
Binary 1000000 1010000 1001101 10100 0 100 1000101 10101001 1011 11100

Color Harmonies of #40504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40504D

Black with #40504D

Text Example


Text Example

White with #40504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,80,77); }

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

background-color css

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

 a { background-color: rgb(64,80,77); }

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

border-color css

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

 span { border-color: rgb(64,80,77); }

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