Html Css Color HEX #41504B Corduroy

📋 copy color: '#41504B'

red 65 ◦ green 80 ◦ blue 75

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

Shades of Corduroy #41504B

Tints of Corduroy #41504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.09%

R = 29.55%
G = 36.36%
B = 34.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#41504B (or 0x41504B) is known color: Corduroy. HEX triplet: 41, 50 and 4B. RGB value is (65,80,75). Sum of RGB (Red+Green+Blue) = 65+80+75=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 80 - color contains mainly: green. Hex color #41504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41504B is #BEAFB4. Grayscale: #4A4A4A. Windows color (decimal): -12496821 or 4935745. OLE color: 4935745.

HSL color Cylindrical-coordinate representation of color #41504B: hue angle of 160º 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 #41504B is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 80 75 -
CMYK 0.19 0 0.06 0.69
HSL 160º 0.1% 0.28% -
HSV(B) 160º 0.19% 0.31% -
XYZ 6.32 7.37 7.75 -
YUV 74.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 65 80 75 0.19 0 0.06 0.69 160 0.1 0.28
Hex 41 50 4B 13 0 6 45 A0 A 1C
Octal 101 120 113 23 0 6 105 240 12 34
Binary 1000001 1010000 1001011 10011 0 110 1000101 10100000 1010 11100

Color Harmonies of #41504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41504B

Black with #41504B

Text Example


Text Example

White with #41504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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