#425450

Color #425450 Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #425450

Tints of Corduroy #425450

Color information

#425450 (or 0x425450) is unknown color: approx Corduroy. HEX triplet: 42, 54 and 50. RGB value is (66,84,80). Sum of RGB (Red+Green+Blue) = 66+84+80=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 84 - color contains mainly: green. Hex color #425450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425450 is #BDABAF. Grayscale: #4E4E4E. Windows color (decimal): -12430256 or 5264450. OLE color: 5264450.

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

Color convert

RGB668480-
CMYK0.2100.050.67
HSL166.67º12%29.41%-
HSV(B)166.67º21.43%32.94%-
XYZ6.878.088.79-
YUV78.16129.04119.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=28.70%
G=36.52%
B=34.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684800.2100.050.67166.671229.41
Hex425450150543a7c1d
Octal10212412025051032471435
Binary100001010101001010000101010101100001110100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425450; }

 p { color: rgb(66,84,80); }

 H1.HeaderClassName
 {
   color: #425450;
 }
 .AnyTagClassName
 {
   color: #425450;
 }
</style>
background-color css

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

 a { background-color: rgb(66,84,80); }

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

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

 span { border-color: rgb(66,84,80); }

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