#467866

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

Shades of Viridian #467866

Tints of Viridian #467866

Color information

#467866 (or 0x467866) is unknown color: approx Viridian. HEX triplet: 46, 78 and 66. RGB value is (70,120,102). Sum of RGB (Red+Green+Blue) = 70+120+102=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #467866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467866 is #B98799. Grayscale: #676767. Windows color (decimal): -12158874 or 6715462. OLE color: 6715462.

HSL color Cylindrical-coordinate representation of color #467866: hue angle of 158.4º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467866 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB70120102-
CMYK0.4200.150.53
HSL158.4º26.32%37.25%-
HSV(B)158.4º41.67%47.06%-
XYZ11.6415.6914.99-
YUV103127.44104.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 120 (47.27% from 255) = 41.10%
BLUE value IS 102 (40.23% from 255) = 34.93%
R=23.97%
G=41.10%
B=34.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701201020.4200.150.53158.426.3237.25
Hex4678662A0F359e1a25
Octal10617014652017652363245
Binary100011011110001100110101010011111101011001111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467866; }

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

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

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

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

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

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

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

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