#468370

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

Shades of Viridian #468370

Tints of Viridian #468370

Color information

#468370 (or 0x468370) is unknown color: approx Viridian. HEX triplet: 46, 83 and 70. RGB value is (70,131,112). Sum of RGB (Red+Green+Blue) = 70+131+112=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #468370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468370 is #B97C8F. Grayscale: #6E6E6E. Windows color (decimal): -12156048 or 7373638. OLE color: 7373638.

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

Color convert

RGB70131112-
CMYK0.4700.150.49
HSL161.31º30.35%39.41%-
HSV(B)161.31º46.56%51.37%-
XYZ13.5718.718.22-
YUV110.6128.7999.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.36%
GREEN value IS 131 (51.56% from 255) = 41.85%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=22.36%
G=41.85%
B=35.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701311120.4700.150.49161.3130.3539.41
Hex4683702F0F31a11e27
Octal10620316057017612413647
Binary1000110100000111110000101111011111100011010000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468370; }

 p { color: rgb(70,131,112); }

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

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

 a { background-color: rgb(70,131,112); }

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

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

 span { border-color: rgb(70,131,112); }

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