#425C44

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

Shades of Grey-Asparagus #425C44

Tints of Grey-Asparagus #425C44

Color information

#425C44 (or 0x425C44) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 5C and 44. RGB value is (66,92,68). Sum of RGB (Red+Green+Blue) = 66+92+68=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 92 - color contains mainly: green. Hex color #425C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425C44 is #BDA3BB. Grayscale: #515151. Windows color (decimal): -12428220 or 4480066. OLE color: 4480066.

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

Color convert

RGB669268-
CMYK0.2800.260.64
HSL124.62º16.46%30.98%-
HSV(B)124.62º28.26%36.08%-
XYZ7.129.236.88-
YUV81.49120.39116.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 92 (36.33% from 255) = 40.71%
BLUE value IS 68 (26.95% from 255) = 30.09%
R=29.20%
G=40.71%
B=30.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6692680.2800.260.64124.6216.4630.98
Hex425C441C01A407d101f
Octal102134104340321001752037
Binary10000101011100100010011100011010100000011111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,92,68); }

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

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

 a { background-color: rgb(66,92,68); }

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

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

 span { border-color: rgb(66,92,68); }

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