Html Css Color HEX #40544F Corduroy

📋 copy color: '#40544F'

red 64 ◦ green 84 ◦ blue 79

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

Shades of Corduroy #40544F

Tints of Corduroy #40544F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37%

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 28.19%
G = 37%
B = 34.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#40544F (or 0x40544F) is known color: Corduroy. HEX triplet: 40, 54 and 4F. RGB value is (64,84,79). Sum of RGB (Red+Green+Blue) = 64+84+79=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #40544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40544F is #BFABB0. Grayscale: #4D4D4D. Windows color (decimal): -12561329 or 5198912. OLE color: 5198912.

HSL color Cylindrical-coordinate representation of color #40544F: hue angle of 165º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #40544F is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 84 79 -
CMYK 0.24 0 0.06 0.67
HSL 165º 0.14% 0.29% -
HSV(B) 165º 0.24% 0.33% -
XYZ 6.7 8 8.59 -
YUV 77.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 64 84 79 0.24 0 0.06 0.67 165 0.14 0.29
Hex 40 54 4F 18 0 6 43 A5 E 1D
Octal 100 124 117 30 0 6 103 245 16 35
Binary 1000000 1010100 1001111 11000 0 110 1000011 10100101 1110 11101

Color Harmonies of #40544F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40544F

Black with #40544F

Text Example


Text Example

White with #40544F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40544F; }

 p { color: rgb(64,84,79); }

 H1.HeaderClassName
 {
   color: #40544F;
 }
 .AnyTagClassName
 {
   color: #40544F;
 }
</style>

background-color css

<style>
 a { background-color: #40544F; }

 a { background-color: rgb(64,84,79); }

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

border-color css

<style>
 span { border-color: #40544F; }

 span { border-color: rgb(64,84,79); }

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