#456345

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

Shades of Grey-Asparagus #456345

Tints of Grey-Asparagus #456345

Color information

#456345 (or 0x456345) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 63 and 45. RGB value is (69,99,69). Sum of RGB (Red+Green+Blue) = 69+99+69=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #456345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456345 is #BA9CBA. Grayscale: #565656. Windows color (decimal): -12229819 or 4547397. OLE color: 4547397.

HSL color Cylindrical-coordinate representation of color #456345: hue angle of 120º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #456345 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB699969-
CMYK0.3000.300.61
HSL120º17.86%32.94%-
HSV(B)120º30.3%38.82%-
XYZ7.9910.627.26-
YUV86.61118.06115.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=29.11%
G=41.77%
B=29.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6999690.3000.300.6112017.8632.94
Hex4563451E01E3D781221
Octal10514310536036751702241
Binary10001011100011100010111110011110111101111100010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456345; }

 p { color: rgb(69,99,69); }

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

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

 a { background-color: rgb(69,99,69); }

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

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

 span { border-color: rgb(69,99,69); }

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