#308162

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

Shades of Viridian #308162

Tints of Viridian #308162

Color information

#308162 (or 0x308162) is unknown color: approx Viridian. HEX triplet: 30, 81 and 62. RGB value is (48,129,98). Sum of RGB (Red+Green+Blue) = 48+129+98=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #308162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308162 is #CF7E9D. Grayscale: #656565. Windows color (decimal): -13598366 or 6455600. OLE color: 6455600.

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

Color convert

RGB4812998-
CMYK0.6300.240.49
HSL157.04º45.76%34.71%-
HSV(B)157.04º62.79%50.59%-
XYZ11.2717.2114.28-
YUV101.25126.1690.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 129 (50.78% from 255) = 46.91%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=17.45%
G=46.91%
B=35.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48129980.6300.240.49157.0445.7634.71
Hex3081623F018319d2e23
Octal6020114277030612355643
Binary11000010000001110001011111101100011000110011101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308162; }

 p { color: rgb(48,129,98); }

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

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

 a { background-color: rgb(48,129,98); }

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

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

 span { border-color: rgb(48,129,98); }

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