#467762

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

Shades of Viridian #467762

Tints of Viridian #467762

Color information

#467762 (or 0x467762) is unknown color: approx Viridian. HEX triplet: 46, 77 and 62. RGB value is (70,119,98). Sum of RGB (Red+Green+Blue) = 70+119+98=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #467762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467762 is #B9889D. Grayscale: #656565. Windows color (decimal): -12159134 or 6453062. OLE color: 6453062.

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

Color convert

RGB7011998-
CMYK0.4100.180.53
HSL154.29º25.93%37.06%-
HSV(B)154.29º41.18%46.67%-
XYZ11.3315.3813.93-
YUV101.95125.77105.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 119 (46.88% from 255) = 41.46%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=24.39%
G=41.46%
B=34.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70119980.4100.180.53154.2925.9337.06
Hex46776229012359a1a25
Octal10616714251022652323245
Binary1000110111011111000101010010100101101011001101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467762; }

 p { color: rgb(70,119,98); }

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

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

 a { background-color: rgb(70,119,98); }

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

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

 span { border-color: rgb(70,119,98); }

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