#468675

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

Shades of Viridian #468675

Tints of Viridian #468675

Color information

#468675 (or 0x468675) is unknown color: approx Viridian. HEX triplet: 46, 86 and 75. RGB value is (70,134,117). Sum of RGB (Red+Green+Blue) = 70+134+117=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #468675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468675 is #B9798A. Grayscale: #707070. Windows color (decimal): -12155275 or 7702086. OLE color: 7702086.

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

Color convert

RGB70134117-
CMYK0.4800.130.47
HSL164.06º31.37%40%-
HSV(B)164.06º47.76%52.55%-
XYZ14.2619.6419.87-
YUV112.93130.397.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=21.81%
G=41.74%
B=36.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701341170.4800.130.47164.0631.3740
Hex468675300D2Fa41f28
Octal10620616560015572443750
Binary1000110100001101110101110000011011011111010010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468675; }

 p { color: rgb(70,134,117); }

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

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

 a { background-color: rgb(70,134,117); }

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

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

 span { border-color: rgb(70,134,117); }

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