#468367

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

Shades of Viridian #468367

Tints of Viridian #468367

Color information

#468367 (or 0x468367) is unknown color: approx Viridian. HEX triplet: 46, 83 and 67. RGB value is (70,131,103). Sum of RGB (Red+Green+Blue) = 70+131+103=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #468367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468367 is #B97C98. Grayscale: #6D6D6D. Windows color (decimal): -12156057 or 6783814. OLE color: 6783814.

HSL color Cylindrical-coordinate representation of color #468367: hue angle of 152.46º 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 #468367 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB70131103-
CMYK0.4700.210.49
HSL152.46º30.35%39.41%-
HSV(B)152.46º46.56%51.37%-
XYZ13.0918.5115.72-
YUV109.57124.2999.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.03%
GREEN value IS 131 (51.56% from 255) = 43.09%
BLUE value IS 103 (40.62% from 255) = 33.88%
R=23.03%
G=43.09%
B=33.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701311030.4700.210.49152.4630.3539.41
Hex4683672F01531981e27
Octal10620314757025612303647
Binary10001101000001111001111011110101011100011001100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468367; }

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

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

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

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

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

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

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

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