#468269

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

Shades of Viridian #468269

Tints of Viridian #468269

Color information

#468269 (or 0x468269) is unknown color: approx Viridian. HEX triplet: 46, 82 and 69. RGB value is (70,130,105). Sum of RGB (Red+Green+Blue) = 70+130+105=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #468269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468269 is #B97D96. Grayscale: #6D6D6D. Windows color (decimal): -12156311 or 6914630. OLE color: 6914630.

HSL color Cylindrical-coordinate representation of color #468269: hue angle of 155º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468269 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB70130105-
CMYK0.4600.190.49
HSL155º30%39.22%-
HSV(B)155º46.15%50.98%-
XYZ13.0618.2916.21-
YUV109.21125.62100.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 105 (41.41% from 255) = 34.43%
R=22.95%
G=42.62%
B=34.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701301050.4600.190.491553039.22
Hex4682692E013319b1e27
Octal10620215156023612333647
Binary10001101000001011010011011100100111100011001101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468269; }

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

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

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

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

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

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

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

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