Html Css Color HEX #41534E Corduroy

📋 copy color: '#41534E'

red 65 ◦ green 83 ◦ blue 78

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

Shades of Corduroy #41534E

Tints of Corduroy #41534E

RGB

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

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

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

R = 28.76%
G = 36.73%
B = 34.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#41534E (or 0x41534E) is known color: Corduroy. HEX triplet: 41, 53 and 4E. RGB value is (65,83,78). Sum of RGB (Red+Green+Blue) = 65+83+78=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #41534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41534E is #BEACB1. Grayscale: #4D4D4D. Windows color (decimal): -12496050 or 5133121. OLE color: 5133121.

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

Color convert

RGB 65 83 78 -
CMYK 0.22 0 0.06 0.67
HSL 163.33º 0.12% 0.29% -
HSV(B) 163.33º 0.22% 0.33% -
XYZ 6.65 7.86 8.37 -
YUV 77.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 65 83 78 0.22 0 0.06 0.67 163.33 0.12 0.29
Hex 41 53 4E 16 0 6 43 A3 C 1D
Octal 101 123 116 26 0 6 103 243 14 35
Binary 1000001 1010011 1001110 10110 0 110 1000011 10100011 1100 11101

Color Harmonies of #41534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41534E

Black with #41534E

Text Example


Text Example

White with #41534E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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