#42613F

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

Shades of Grey-Asparagus #42613F

Tints of Grey-Asparagus #42613F

Color information

#42613F (or 0x42613F) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 61 and 3F. RGB value is (66,97,63). Sum of RGB (Red+Green+Blue) = 66+97+63=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #42613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42613F is #BD9EC0. Grayscale: #535353. Windows color (decimal): -12426945 or 4153666. OLE color: 4153666.

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

Color convert

RGB669763-
CMYK0.3200.350.62
HSL114.71º21.25%31.37%-
HSV(B)114.71º35.05%38.04%-
XYZ7.4210.076.25-
YUV83.86116.23115.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 63 (25% from 255) = 27.88%
R=29.20%
G=42.92%
B=27.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697630.3200.350.62114.7121.2531.37
Hex42613F200233E73151f
Octal1021417740043761632537
Binary10000101100001111111100000010001111111011100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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