Html Css Color HEX #40514A Corduroy

📋 copy color: '#40514A'

red 64 ◦ green 81 ◦ blue 74

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

Shades of Corduroy #40514A

Tints of Corduroy #40514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.99%

 BLUE value IS 74 (29.3% from 255) = 33.79%

R = 29.22%
G = 36.99%
B = 33.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#40514A (or 0x40514A) is known color: Corduroy. HEX triplet: 40, 51 and 4A. RGB value is (64,81,74). Sum of RGB (Red+Green+Blue) = 64+81+74=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 81 - color contains mainly: green. Hex color #40514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40514A is #BFAEB5. Grayscale: #4B4B4B. Windows color (decimal): -12562102 or 4870464. OLE color: 4870464.

HSL color Cylindrical-coordinate representation of color #40514A: hue angle of 155.29º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #40514A is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 81 74 -
CMYK 0.21 0 0.09 0.68
HSL 155.29º 0.12% 0.28% -
HSV(B) 155.29º 0.21% 0.32% -
XYZ 6.29 7.47 7.59 -
YUV 75.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 64 81 74 0.21 0 0.09 0.68 155.29 0.12 0.28
Hex 40 51 4A 15 0 9 44 9B C 1C
Octal 100 121 112 25 0 11 104 233 14 34
Binary 1000000 1010001 1001010 10101 0 1001 1000100 10011011 1100 11100

Color Harmonies of #40514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40514A

Black with #40514A

Text Example


Text Example

White with #40514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,81,74); }

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

background-color css

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

 a { background-color: rgb(64,81,74); }

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

border-color css

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

 span { border-color: rgb(64,81,74); }

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