#468569

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

Shades of Viridian #468569

Tints of Viridian #468569

Color information

#468569 (or 0x468569) is unknown color: approx Viridian. HEX triplet: 46, 85 and 69. RGB value is (70,133,105). Sum of RGB (Red+Green+Blue) = 70+133+105=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #468569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468569 is #B97A96. Grayscale: #6F6F6F. Windows color (decimal): -12155543 or 6915398. OLE color: 6915398.

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

Color convert

RGB70133105-
CMYK0.4700.210.48
HSL153.33º31.03%39.8%-
HSV(B)153.33º47.37%52.16%-
XYZ13.4619.116.34-
YUV110.97124.6398.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.73%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=22.73%
G=43.18%
B=34.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701331050.4700.210.48153.3331.0339.8
Hex4685692F01530991f28
Octal10620515157025602313750
Binary10001101000010111010011011110101011100001001100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468569; }

 p { color: rgb(70,133,105); }

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

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

 a { background-color: rgb(70,133,105); }

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

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

 span { border-color: rgb(70,133,105); }

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