Html Css Color HEX #41504A Corduroy

📋 copy color: '#41504A'

red 65 ◦ green 80 ◦ blue 74

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

Shades of Corduroy #41504A

Tints of Corduroy #41504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.53%

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

R = 29.68%
G = 36.53%
B = 33.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#41504A (or 0x41504A) is known color: Corduroy. HEX triplet: 41, 50 and 4A. RGB value is (65,80,74). Sum of RGB (Red+Green+Blue) = 65+80+74=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 80 - color contains mainly: green. Hex color #41504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41504A is #BEAFB5. Grayscale: #4A4A4A. Windows color (decimal): -12496822 or 4870209. OLE color: 4870209.

HSL color Cylindrical-coordinate representation of color #41504A: hue angle of 156º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #41504A is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 80 74 -
CMYK 0.19 0 0.08 0.69
HSL 156º 0.1% 0.28% -
HSV(B) 156º 0.19% 0.31% -
XYZ 6.28 7.36 7.57 -
YUV 74.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 65 80 74 0.19 0 0.08 0.69 156 0.1 0.28
Hex 41 50 4A 13 0 8 45 9C A 1C
Octal 101 120 112 23 0 10 105 234 12 34
Binary 1000001 1010000 1001010 10011 0 1000 1000101 10011100 1010 11100

Color Harmonies of #41504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41504A

Black with #41504A

Text Example


Text Example

White with #41504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41504A; }

 p { color: rgb(65,80,74); }

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

background-color css

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

 a { background-color: rgb(65,80,74); }

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

border-color css

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

 span { border-color: rgb(65,80,74); }

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