Html Css Color HEX #41524E Corduroy

📋 copy color: '#41524E'

red 65 ◦ green 82 ◦ blue 78

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

Shades of Corduroy #41524E

Tints of Corduroy #41524E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.44%

 BLUE value IS 78 (30.86% from 255) = 34.67%

R = 28.89%
G = 36.44%
B = 34.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#41524E (or 0x41524E) is known color: Corduroy. HEX triplet: 41, 52 and 4E. RGB value is (65,82,78). Sum of RGB (Red+Green+Blue) = 65+82+78=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 82 - color contains mainly: green. Hex color #41524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41524E is #BEADB1. Grayscale: #4C4C4C. Windows color (decimal): -12496306 or 5132865. OLE color: 5132865.

HSL color Cylindrical-coordinate representation of color #41524E: hue angle of 165.88º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #41524E is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 82 78 -
CMYK 0.21 0 0.05 0.68
HSL 165.88º 0.12% 0.29% -
HSV(B) 165.88º 0.21% 0.32% -
XYZ 6.57 7.71 8.35 -
YUV 76.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 65 82 78 0.21 0 0.05 0.68 165.88 0.12 0.29
Hex 41 52 4E 15 0 5 44 A6 C 1D
Octal 101 122 116 25 0 5 104 246 14 35
Binary 1000001 1010010 1001110 10101 0 101 1000100 10100110 1100 11101

Color Harmonies of #41524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41524E

Black with #41524E

Text Example


Text Example

White with #41524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41524E; }

 p { color: rgb(65,82,78); }

 H1.HeaderClassName
 {
   color: #41524E;
 }
 .AnyTagClassName
 {
   color: #41524E;
 }
</style>

background-color css

<style>
 a { background-color: #41524E; }

 a { background-color: rgb(65,82,78); }

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

border-color css

<style>
 span { border-color: #41524E; }

 span { border-color: rgb(65,82,78); }

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