Html Css Color HEX #41544D Corduroy

📋 copy color: '#41544D'

red 65 ◦ green 84 ◦ blue 77

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

Shades of Corduroy #41544D

Tints of Corduroy #41544D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.17%

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

R = 28.76%
G = 37.17%
B = 34.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#41544D (or 0x41544D) is known color: Corduroy. HEX triplet: 41, 54 and 4D. RGB value is (65,84,77). Sum of RGB (Red+Green+Blue) = 65+84+77=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 84 - color contains mainly: green. Hex color #41544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41544D is #BEABB2. Grayscale: #4D4D4D. Windows color (decimal): -12495795 or 5067841. OLE color: 5067841.

HSL color Cylindrical-coordinate representation of color #41544D: hue angle of 157.89º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #41544D is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 84 77 -
CMYK 0.23 0 0.08 0.67
HSL 157.89º 0.13% 0.29% -
HSV(B) 157.89º 0.23% 0.33% -
XYZ 6.69 8 8.21 -
YUV 77.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 65 84 77 0.23 0 0.08 0.67 157.89 0.13 0.29
Hex 41 54 4D 17 0 8 43 9E D 1D
Octal 101 124 115 27 0 10 103 236 15 35
Binary 1000001 1010100 1001101 10111 0 1000 1000011 10011110 1101 11101

Color Harmonies of #41544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41544D

Black with #41544D

Text Example


Text Example

White with #41544D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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