Html Css Color HEX #3F4D4A Corduroy

📋 copy color: '#3F4D4A'

red 63 ◦ green 77 ◦ blue 74

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

Shades of Corduroy #3F4D4A

Tints of Corduroy #3F4D4A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.98%

 BLUE value IS 74 (29.3% from 255) = 34.58%

R = 29.44%
G = 35.98%
B = 34.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#3F4D4A (or 0x3F4D4A) is known color: Corduroy. HEX triplet: 3F, 4D and 4A. RGB value is (63,77,74). Sum of RGB (Red+Green+Blue) = 63+77+74=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 77 - color contains mainly: green. Hex color #3F4D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4D4A is #C0B2B5. Grayscale: #484848. Windows color (decimal): -12628662 or 4869439. OLE color: 4869439.

HSL color Cylindrical-coordinate representation of color #3F4D4A: hue angle of 167.14º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3F4D4A is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB 63 77 74 -
CMYK 0.18 0 0.04 0.70
HSL 167.14º 0.1% 0.27% -
HSV(B) 167.14º 0.18% 0.3% -
XYZ 5.94 6.86 7.49 -
YUV 72.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 63 77 74 0.18 0 0.04 0.70 167.14 0.1 0.27
Hex 3F 4D 4A 12 0 4 46 A7 A 1B
Octal 77 115 112 22 0 4 106 247 12 33
Binary 111111 1001101 1001010 10010 0 100 1000110 10100111 1010 11011

Color Harmonies of #3F4D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4D4A

Black with #3F4D4A

Text Example


Text Example

White with #3F4D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,77,74); }

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

background-color css

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

 a { background-color: rgb(63,77,74); }

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

border-color css

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

 span { border-color: rgb(63,77,74); }

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