#468566

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

Shades of Viridian #468566

Tints of Viridian #468566

Color information

#468566 (or 0x468566) is unknown color: approx Viridian. HEX triplet: 46, 85 and 66. RGB value is (70,133,102). Sum of RGB (Red+Green+Blue) = 70+133+102=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #468566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468566 is #B97A99. Grayscale: #6E6E6E. Windows color (decimal): -12155546 or 6718790. OLE color: 6718790.

HSL color Cylindrical-coordinate representation of color #468566: hue angle of 150.48º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468566 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB70133102-
CMYK0.4700.230.48
HSL150.48º31.03%39.8%-
HSV(B)150.48º47.37%52.16%-
XYZ13.3119.0415.54-
YUV110.63123.1399.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=22.95%
G=43.61%
B=33.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701331020.4700.230.48150.4831.0339.8
Hex4685662F01730961f28
Octal10620514657027602263750
Binary10001101000010111001101011110101111100001001011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468566; }

 p { color: rgb(70,133,102); }

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

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

 a { background-color: rgb(70,133,102); }

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

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

 span { border-color: rgb(70,133,102); }

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