Html Css Color HEX #41514D Corduroy

📋 copy color: '#41514D'

red 65 ◦ green 81 ◦ blue 77

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

Shades of Corduroy #41514D

Tints of Corduroy #41514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.32%

 BLUE value IS 77 (30.47% from 255) = 34.53%

R = 29.15%
G = 36.32%
B = 34.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#41514D (or 0x41514D) is known color: Corduroy. HEX triplet: 41, 51 and 4D. RGB value is (65,81,77). Sum of RGB (Red+Green+Blue) = 65+81+77=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 81 - color contains mainly: green. Hex color #41514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41514D is #BEAEB2. Grayscale: #4B4B4B. Windows color (decimal): -12496563 or 5067073. OLE color: 5067073.

HSL color Cylindrical-coordinate representation of color #41514D: hue angle of 165º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #41514D is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 81 77 -
CMYK 0.20 0 0.05 0.68
HSL 165º 0.11% 0.29% -
HSV(B) 165º 0.2% 0.32% -
XYZ 6.46 7.54 8.14 -
YUV 75.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 65 81 77 0.20 0 0.05 0.68 165 0.11 0.29
Hex 41 51 4D 14 0 5 44 A5 B 1D
Octal 101 121 115 24 0 5 104 245 13 35
Binary 1000001 1010001 1001101 10100 0 101 1000100 10100101 1011 11101

Color Harmonies of #41514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41514D

Black with #41514D

Text Example


Text Example

White with #41514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41514D; }

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

 H1.HeaderClassName
 {
   color: #41514D;
 }
 .AnyTagClassName
 {
   color: #41514D;
 }
</style>

background-color css

<style>
 a { background-color: #41514D; }

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

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

border-color css

<style>
 span { border-color: #41514D; }

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

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