#468F6D

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

Shades of Viridian #468F6D

Tints of Viridian #468F6D

Color information

#468F6D (or 0x468F6D) is unknown color: approx Viridian. HEX triplet: 46, 8F and 6D. RGB value is (70,143,109). Sum of RGB (Red+Green+Blue) = 70+143+109=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 143 - color contains mainly: green. Hex color #468F6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468F6D is #B97092. Grayscale: #757575. Windows color (decimal): -12152979 or 7180102. OLE color: 7180102.

HSL color Cylindrical-coordinate representation of color #468F6D: hue angle of 152.05º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468F6D is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB70143109-
CMYK0.5100.240.44
HSL152.05º34.27%41.76%-
HSV(B)152.05º51.05%56.08%-
XYZ15.1122.0517.93-
YUV117.3123.3294.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 143 (56.25% from 255) = 44.41%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=21.74%
G=44.41%
B=33.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701431090.5100.240.44152.0534.2741.76
Hex468F6D330182C98222a
Octal10621715563030542304252
Binary100011010001111110110111001101100010110010011000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,143,109); }

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

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

 a { background-color: rgb(70,143,109); }

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

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

 span { border-color: rgb(70,143,109); }

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