Html Css Color HEX #41544F Corduroy

📋 copy color: '#41544F'

red 65 ◦ green 84 ◦ blue 79

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

Shades of Corduroy #41544F

Tints of Corduroy #41544F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.65%

R = 28.51%
G = 36.84%
B = 34.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#41544F (or 0x41544F) is known color: Corduroy. HEX triplet: 41, 54 and 4F. RGB value is (65,84,79). Sum of RGB (Red+Green+Blue) = 65+84+79=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 84 - color contains mainly: green. Hex color #41544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41544F is #BEABB0. Grayscale: #4D4D4D. Windows color (decimal): -12495793 or 5198913. OLE color: 5198913.

HSL color Cylindrical-coordinate representation of color #41544F: hue angle of 164.21º 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 #41544F is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 84 79 -
CMYK 0.23 0 0.06 0.67
HSL 164.21º 0.13% 0.29% -
HSV(B) 164.21º 0.23% 0.33% -
XYZ 6.76 8.03 8.59 -
YUV 77.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 65 84 79 0.23 0 0.06 0.67 164.21 0.13 0.29
Hex 41 54 4F 17 0 6 43 A4 D 1D
Octal 101 124 117 27 0 6 103 244 15 35
Binary 1000001 1010100 1001111 10111 0 110 1000011 10100100 1101 11101

Color Harmonies of #41544F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41544F

Black with #41544F

Text Example


Text Example

White with #41544F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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