Html Css Color HEX #40554F Corduroy

📋 copy color: '#40554F'

red 64 ◦ green 85 ◦ blue 79

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

Shades of Corduroy #40554F

Tints of Corduroy #40554F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.28%

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

R = 28.07%
G = 37.28%
B = 34.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#40554F (or 0x40554F) is known color: Corduroy. HEX triplet: 40, 55 and 4F. RGB value is (64,85,79). Sum of RGB (Red+Green+Blue) = 64+85+79=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #40554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40554F is #BFAAB0. Grayscale: #4E4E4E. Windows color (decimal): -12561073 or 5199168. OLE color: 5199168.

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

Color convert

RGB 64 85 79 -
CMYK 0.25 0 0.07 0.67
HSL 162.86º 0.14% 0.29% -
HSV(B) 162.86º 0.25% 0.33% -
XYZ 6.77 8.15 8.61 -
YUV 78.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 64 85 79 0.25 0 0.07 0.67 162.86 0.14 0.29
Hex 40 55 4F 19 0 7 43 A3 E 1D
Octal 100 125 117 31 0 7 103 243 16 35
Binary 1000000 1010101 1001111 11001 0 111 1000011 10100011 1110 11101

Color Harmonies of #40554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40554F

Black with #40554F

Text Example


Text Example

White with #40554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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