#468268

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

Shades of Viridian #468268

Tints of Viridian #468268

Color information

#468268 (or 0x468268) is unknown color: approx Viridian. HEX triplet: 46, 82 and 68. RGB value is (70,130,104). Sum of RGB (Red+Green+Blue) = 70+130+104=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #468268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468268 is #B97D97. Grayscale: #6D6D6D. Windows color (decimal): -12156312 or 6849094. OLE color: 6849094.

HSL color Cylindrical-coordinate representation of color #468268: hue angle of 154º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468268 is Cyan = 0.46, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB70130104-
CMYK0.4600.20.49
HSL154º30%39.22%-
HSV(B)154º46.15%50.98%-
XYZ13.0118.2715.94-
YUV109.1125.12100.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.03%
GREEN value IS 130 (51.17% from 255) = 42.76%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=23.03%
G=42.76%
B=34.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701301040.4600.20.491543039.22
Hex4682682E014319a1e27
Octal10620215056024612323647
Binary10001101000001011010001011100101001100011001101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468268; }

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

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

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

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

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

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

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

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