Html Css Color HEX #415751 Corduroy

📋 copy color: '#415751'

red 65 ◦ green 87 ◦ blue 81

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

Shades of Corduroy #415751

Tints of Corduroy #415751

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.34%

 BLUE value IS 81 (32.03% from 255) = 34.76%

R = 27.9%
G = 37.34%
B = 34.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#415751 (or 0x415751) is known color: Corduroy. HEX triplet: 41, 57 and 51. RGB value is (65,87,81). Sum of RGB (Red+Green+Blue) = 65+87+81=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 87 - color contains mainly: green. Hex color #415751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415751 is #BEA8AE. Grayscale: #4F4F4F. Windows color (decimal): -12495023 or 5330753. OLE color: 5330753.

HSL color Cylindrical-coordinate representation of color #415751: hue angle of 163.64º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #415751 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 87 81 -
CMYK 0.25 0 0.07 0.66
HSL 163.64º 0.14% 0.3% -
HSV(B) 163.64º 0.25% 0.34% -
XYZ 7.07 8.53 9.06 -
YUV 79.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 65 87 81 0.25 0 0.07 0.66 163.64 0.14 0.3
Hex 41 57 51 19 0 7 42 A4 E 1E
Octal 101 127 121 31 0 7 102 244 16 36
Binary 1000001 1010111 1010001 11001 0 111 1000010 10100100 1110 11110

Color Harmonies of #415751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415751

Black with #415751

Text Example


Text Example

White with #415751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415751; }

 p { color: rgb(65,87,81); }

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

background-color css

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

 a { background-color: rgb(65,87,81); }

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

border-color css

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

 span { border-color: rgb(65,87,81); }

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