Html Css Color HEX #415550 Corduroy

📋 copy color: '#415550'

red 65 ◦ green 85 ◦ blue 80

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

Shades of Corduroy #415550

Tints of Corduroy #415550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.96%

 BLUE value IS 80 (31.64% from 255) = 34.78%

R = 28.26%
G = 36.96%
B = 34.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#415550 (or 0x415550) is known color: Corduroy. HEX triplet: 41, 55 and 50. RGB value is (65,85,80). Sum of RGB (Red+Green+Blue) = 65+85+80=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #415550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415550 is #BEAAAF. Grayscale: #4E4E4E. Windows color (decimal): -12495536 or 5264705. OLE color: 5264705.

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

Color convert

RGB 65 85 80 -
CMYK 0.24 0 0.06 0.67
HSL 165º 0.13% 0.29% -
HSV(B) 165º 0.24% 0.33% -
XYZ 6.88 8.2 8.81 -
YUV 78.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 65 85 80 0.24 0 0.06 0.67 165 0.13 0.29
Hex 41 55 50 18 0 6 43 A5 D 1D
Octal 101 125 120 30 0 6 103 245 15 35
Binary 1000001 1010101 1010000 11000 0 110 1000011 10100101 1101 11101

Color Harmonies of #415550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415550

Black with #415550

Text Example


Text Example

White with #415550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415550; }

 p { color: rgb(65,85,80); }

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

background-color css

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

 a { background-color: rgb(65,85,80); }

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

border-color css

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

 span { border-color: rgb(65,85,80); }

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