Html Css Color HEX #414D48 Corduroy

📋 copy color: '#414D48'

red 65 ◦ green 77 ◦ blue 72

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

Shades of Corduroy #414D48

Tints of Corduroy #414D48

RGB

 RED value IS 65 (25.78% from 255) = 30.37%

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

 BLUE value IS 72 (28.52% from 255) = 33.64%

R = 30.37%
G = 35.98%
B = 33.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#414D48 (or 0x414D48) is known color: Corduroy. HEX triplet: 41, 4D and 48. RGB value is (65,77,72). Sum of RGB (Red+Green+Blue) = 65+77+72=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 77 - color contains mainly: green. Hex color #414D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D48 is #BEB2B7. Grayscale: #484848. Windows color (decimal): -12497592 or 4738369. OLE color: 4738369.

HSL color Cylindrical-coordinate representation of color #414D48: hue angle of 155º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #414D48 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 77 72 -
CMYK 0.16 0 0.06 0.70
HSL 155º 0.08% 0.28% -
HSV(B) 155º 0.16% 0.3% -
XYZ 6 6.9 7.15 -
YUV 72.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 65 77 72 0.16 0 0.06 0.70 155 0.08 0.28
Hex 41 4D 48 10 0 6 46 9B 8 1C
Octal 101 115 110 20 0 6 106 233 10 34
Binary 1000001 1001101 1001000 10000 0 110 1000110 10011011 1000 11100

Color Harmonies of #414D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414D48

Black with #414D48

Text Example


Text Example

White with #414D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414D48; }

 p { color: rgb(65,77,72); }

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

background-color css

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

 a { background-color: rgb(65,77,72); }

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

border-color css

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

 span { border-color: rgb(65,77,72); }

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