#468A67

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

Shades of Viridian #468A67

Tints of Viridian #468A67

Color information

#468A67 (or 0x468A67) is unknown color: approx Viridian. HEX triplet: 46, 8A and 67. RGB value is (70,138,103). Sum of RGB (Red+Green+Blue) = 70+138+103=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 138 - color contains mainly: green. Hex color #468A67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468A67 is #B97598. Grayscale: #717171. Windows color (decimal): -12154265 or 6785606. OLE color: 6785606.

HSL color Cylindrical-coordinate representation of color #468A67: hue angle of 149.12º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468A67 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB70138103-
CMYK0.4900.250.46
HSL149.12º32.69%40.78%-
HSV(B)149.12º49.28%54.12%-
XYZ14.0620.4616.04-
YUV113.68121.9796.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.51%
GREEN value IS 138 (54.30% from 255) = 44.37%
BLUE value IS 103 (40.62% from 255) = 33.12%
R=22.51%
G=44.37%
B=33.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701381030.4900.250.46149.1232.6940.78
Hex468A67310192E952129
Octal10621214761031562254151
Binary100011010001010110011111000101100110111010010101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468A67; }

 p { color: rgb(70,138,103); }

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

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

 a { background-color: rgb(70,138,103); }

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

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

 span { border-color: rgb(70,138,103); }

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