#468866

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

Shades of Viridian #468866

Tints of Viridian #468866

Color information

#468866 (or 0x468866) is unknown color: approx Viridian. HEX triplet: 46, 88 and 66. RGB value is (70,136,102). Sum of RGB (Red+Green+Blue) = 70+136+102=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #468866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468866 is #B97799. Grayscale: #707070. Windows color (decimal): -12154778 or 6719558. OLE color: 6719558.

HSL color Cylindrical-coordinate representation of color #468866: hue angle of 149.09º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468866 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB70136102-
CMYK0.4900.250.47
HSL149.09º32.04%40.39%-
HSV(B)149.09º48.53%53.33%-
XYZ13.7319.8715.68-
YUV112.39122.1397.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.73%
GREEN value IS 136 (53.52% from 255) = 44.16%
BLUE value IS 102 (40.23% from 255) = 33.12%
R=22.73%
G=44.16%
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.47
SystemRedGreenBlueCMYKHSL
Decimal701361020.4900.250.47149.0932.0440.39
Hex468866310192F952028
Octal10621014661031572254050
Binary100011010001000110011011000101100110111110010101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468866; }

 p { color: rgb(70,136,102); }

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

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

 a { background-color: rgb(70,136,102); }

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

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

 span { border-color: rgb(70,136,102); }

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