Html Css Color HEX #3F5650 Corduroy

📋 copy color: '#3F5650'

red 63 ◦ green 86 ◦ blue 80

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

Shades of Corduroy #3F5650

Tints of Corduroy #3F5650

RGB

 RED value IS 63 (25% from 255) = 27.51%

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

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

R = 27.51%
G = 37.55%
B = 34.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#3F5650 (or 0x3F5650) is known color: Corduroy. HEX triplet: 3F, 56 and 50. RGB value is (63,86,80). Sum of RGB (Red+Green+Blue) = 63+86+80=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 86 - color contains mainly: green. Hex color #3F5650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5650 is #C0A9AF. Grayscale: #4E4E4E. Windows color (decimal): -12626352 or 5264959. OLE color: 5264959.

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

Color convert

RGB 63 86 80 -
CMYK 0.27 0 0.07 0.66
HSL 164.35º 0.15% 0.29% -
HSV(B) 164.35º 0.27% 0.34% -
XYZ 6.83 8.29 8.83 -
YUV 78.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 63 86 80 0.27 0 0.07 0.66 164.35 0.15 0.29
Hex 3F 56 50 1B 0 7 42 A4 F 1D
Octal 77 126 120 33 0 7 102 244 17 35
Binary 111111 1010110 1010000 11011 0 111 1000010 10100100 1111 11101

Color Harmonies of #3F5650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5650

Black with #3F5650

Text Example


Text Example

White with #3F5650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F5650; }

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

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

background-color css

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

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

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

border-color css

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

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

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