#468568

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

Shades of Viridian #468568

Tints of Viridian #468568

Color information

#468568 (or 0x468568) is unknown color: approx Viridian. HEX triplet: 46, 85 and 68. RGB value is (70,133,104). Sum of RGB (Red+Green+Blue) = 70+133+104=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #468568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468568 is #B97A97. Grayscale: #6E6E6E. Windows color (decimal): -12155544 or 6849862. OLE color: 6849862.

HSL color Cylindrical-coordinate representation of color #468568: hue angle of 152.38º 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 #468568 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB70133104-
CMYK0.4700.220.48
HSL152.38º31.03%39.8%-
HSV(B)152.38º47.37%52.16%-
XYZ13.4119.0816.07-
YUV110.86124.1398.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=22.80%
G=43.32%
B=33.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701331040.4700.220.48152.3831.0339.8
Hex4685682F01630981f28
Octal10620515057026602303750
Binary10001101000010111010001011110101101100001001100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468568; }

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

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

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

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

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

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

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

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