#468978

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

Shades of Viridian #468978

Tints of Viridian #468978

Color information

#468978 (or 0x468978) is unknown color: approx Viridian. HEX triplet: 46, 89 and 78. RGB value is (70,137,120). Sum of RGB (Red+Green+Blue) = 70+137+120=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #468978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468978 is #B97687. Grayscale: #737373. Windows color (decimal): -12154504 or 7899462. OLE color: 7899462.

HSL color Cylindrical-coordinate representation of color #468978: hue angle of 164.78º degrees, saturation: 0.32, 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 #468978 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB70137120-
CMYK0.4900.120.46
HSL164.78º32.37%40.59%-
HSV(B)164.78º48.91%53.73%-
XYZ14.8620.5520.95-
YUV115.03130.895.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.41%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=21.41%
G=41.90%
B=36.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701371200.4900.120.46164.7832.3740.59
Hex468978310C2Ea52029
Octal10621117061014562454051
Binary10001101000100111110001100010110010111010100101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468978; }

 p { color: rgb(70,137,120); }

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

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

 a { background-color: rgb(70,137,120); }

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

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

 span { border-color: rgb(70,137,120); }

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