#425B43

Color #425B43 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #425B43

Tints of Grey-Asparagus #425B43

Color information

#425B43 (or 0x425B43) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 5B and 43. RGB value is (66,91,67). Sum of RGB (Red+Green+Blue) = 66+91+67=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 91 - color contains mainly: green. Hex color #425B43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425B43 is #BDA4BC. Grayscale: #505050. Windows color (decimal): -12428477 or 4414274. OLE color: 4414274.

HSL color Cylindrical-coordinate representation of color #425B43: hue angle of 122.4º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425B43 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB669167-
CMYK0.2700.260.64
HSL122.4º15.92%30.78%-
HSV(B)122.4º27.47%35.69%-
XYZ79.056.69-
YUV80.79120.22117.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 91 (35.94% from 255) = 40.62%
BLUE value IS 67 (26.56% from 255) = 29.91%
R=29.46%
G=40.62%
B=29.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6691670.2700.260.64122.415.9230.78
Hex425B431B01A407a101f
Octal102133103330321001722037
Binary10000101011011100001111011011010100000011110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425B43; }

 p { color: rgb(66,91,67); }

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

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

 a { background-color: rgb(66,91,67); }

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

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

 span { border-color: rgb(66,91,67); }

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