Html Css Color HEX #41534C Corduroy

📋 copy color: '#41534C'

red 65 ◦ green 83 ◦ blue 76

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

Shades of Corduroy #41534C

Tints of Corduroy #41534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.05%

 BLUE value IS 76 (30.08% from 255) = 33.93%

R = 29.02%
G = 37.05%
B = 33.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#41534C (or 0x41534C) is known color: Corduroy. HEX triplet: 41, 53 and 4C. RGB value is (65,83,76). Sum of RGB (Red+Green+Blue) = 65+83+76=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #41534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41534C is #BEACB3. Grayscale: #4C4C4C. Windows color (decimal): -12496052 or 5002049. OLE color: 5002049.

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

Color convert

RGB 65 83 76 -
CMYK 0.22 0 0.08 0.67
HSL 156.67º 0.12% 0.29% -
HSV(B) 156.67º 0.22% 0.33% -
XYZ 6.58 7.83 8 -
YUV 76.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 65 83 76 0.22 0 0.08 0.67 156.67 0.12 0.29
Hex 41 53 4C 16 0 8 43 9D C 1D
Octal 101 123 114 26 0 10 103 235 14 35
Binary 1000001 1010011 1001100 10110 0 1000 1000011 10011101 1100 11101

Color Harmonies of #41534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41534C

Black with #41534C

Text Example


Text Example

White with #41534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41534C; }

 p { color: rgb(65,83,76); }

 H1.HeaderClassName
 {
   color: #41534C;
 }
 .AnyTagClassName
 {
   color: #41534C;
 }
</style>

background-color css

<style>
 a { background-color: #41534C; }

 a { background-color: rgb(65,83,76); }

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

border-color css

<style>
 span { border-color: #41534C; }

 span { border-color: rgb(65,83,76); }

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