Html Css Color HEX #40514B Corduroy

📋 copy color: '#40514B'

red 64 ◦ green 81 ◦ blue 75

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

Shades of Corduroy #40514B

Tints of Corduroy #40514B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.09%

R = 29.09%
G = 36.82%
B = 34.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#40514B (or 0x40514B) is known color: Corduroy. HEX triplet: 40, 51 and 4B. RGB value is (64,81,75). Sum of RGB (Red+Green+Blue) = 64+81+75=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 81 - color contains mainly: green. Hex color #40514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40514B is #BFAEB4. Grayscale: #4B4B4B. Windows color (decimal): -12562101 or 4936000. OLE color: 4936000.

HSL color Cylindrical-coordinate representation of color #40514B: hue angle of 158.82º 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 #40514B is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 81 75 -
CMYK 0.21 0 0.07 0.68
HSL 158.82º 0.12% 0.28% -
HSV(B) 158.82º 0.21% 0.32% -
XYZ 6.33 7.48 7.77 -
YUV 75.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 64 81 75 0.21 0 0.07 0.68 158.82 0.12 0.28
Hex 40 51 4B 15 0 7 44 9F C 1C
Octal 100 121 113 25 0 7 104 237 14 34
Binary 1000000 1010001 1001011 10101 0 111 1000100 10011111 1100 11100

Color Harmonies of #40514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40514B

Black with #40514B

Text Example


Text Example

White with #40514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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