#42603F

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

Shades of Grey-Asparagus #42603F

Tints of Grey-Asparagus #42603F

Color information

#42603F (or 0x42603F) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 60 and 3F. RGB value is (66,96,63). Sum of RGB (Red+Green+Blue) = 66+96+63=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #42603F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42603F is #BD9FC0. Grayscale: #535353. Windows color (decimal): -12427201 or 4153410. OLE color: 4153410.

HSL color Cylindrical-coordinate representation of color #42603F: hue angle of 114.55º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #42603F is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB669663-
CMYK0.3100.340.62
HSL114.55º20.75%31.18%-
HSV(B)114.55º34.38%37.65%-
XYZ7.339.886.22-
YUV83.27116.56115.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 63 (25% from 255) = 28%
R=29.33%
G=42.67%
B=28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696630.3100.340.62114.5520.7531.18
Hex42603F1F0223E73151f
Octal1021407737042761632537
Binary1000010110000011111111111010001011111011100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42603F; }

 p { color: rgb(66,96,63); }

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

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

 a { background-color: rgb(66,96,63); }

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

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

 span { border-color: rgb(66,96,63); }

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