#456555

Color #456555 Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #456555

Tints of Viridian Green #456555

Color information

#456555 (or 0x456555) is unknown color: approx Viridian Green. HEX triplet: 45, 65 and 55. RGB value is (69,101,85). Sum of RGB (Red+Green+Blue) = 69+101+85=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 101 - color contains mainly: green. Hex color #456555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456555 is #BA9AAA. Grayscale: #595959. Windows color (decimal): -12229291 or 5596485. OLE color: 5596485.

HSL color Cylindrical-coordinate representation of color #456555: hue angle of 150º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456555 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB6910185-
CMYK0.3200.160.60
HSL150º18.82%33.33%-
HSV(B)150º31.68%39.61%-
XYZ8.7511.2310.3-
YUV89.61125.4113.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.06%
GREEN value IS 101 (39.84% from 255) = 39.61%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=27.06%
G=39.61%
B=33.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal69101850.3200.160.6015018.8233.33
Hex456555200103C961321
Octal10514512540020742262341
Binary1000101110010110101011000000100001111001001011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456555; }

 p { color: rgb(69,101,85); }

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

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

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

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

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

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

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