Html Css Color HEX #405650 Corduroy

📋 copy color: '#405650'

red 64 ◦ green 86 ◦ blue 80

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

Shades of Corduroy #405650

Tints of Corduroy #405650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.39%

 BLUE value IS 80 (31.64% from 255) = 34.78%

R = 27.83%
G = 37.39%
B = 34.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#405650 (or 0x405650) is known color: Corduroy. HEX triplet: 40, 56 and 50. RGB value is (64,86,80). Sum of RGB (Red+Green+Blue) = 64+86+80=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #405650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405650 is #BFA9AF. Grayscale: #4E4E4E. Windows color (decimal): -12560816 or 5264960. OLE color: 5264960.

HSL color Cylindrical-coordinate representation of color #405650: hue angle of 163.64º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #405650 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 86 80 -
CMYK 0.26 0 0.07 0.66
HSL 163.64º 0.15% 0.29% -
HSV(B) 163.64º 0.26% 0.34% -
XYZ 6.89 8.32 8.83 -
YUV 78.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 64 86 80 0.26 0 0.07 0.66 163.64 0.15 0.29
Hex 40 56 50 1A 0 7 42 A4 F 1D
Octal 100 126 120 32 0 7 102 244 17 35
Binary 1000000 1010110 1010000 11010 0 111 1000010 10100100 1111 11101

Color Harmonies of #405650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405650

Black with #405650

Text Example


Text Example

White with #405650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405650; }

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

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

background-color css

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

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

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

border-color css

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

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

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