#308062

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

Shades of Viridian #308062

Tints of Viridian #308062

Color information

#308062 (or 0x308062) is unknown color: approx Viridian. HEX triplet: 30, 80 and 62. RGB value is (48,128,98). Sum of RGB (Red+Green+Blue) = 48+128+98=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 128 - color contains mainly: green. Hex color #308062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308062 is #CF7F9D. Grayscale: #646464. Windows color (decimal): -13598622 or 6455344. OLE color: 6455344.

HSL color Cylindrical-coordinate representation of color #308062: hue angle of 157.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #308062 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB4812898-
CMYK0.6200.230.50
HSL157.5º45.45%34.51%-
HSV(B)157.5º62.5%50.2%-
XYZ11.1416.9514.24-
YUV100.66126.590.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 128 (50.39% from 255) = 46.72%
BLUE value IS 98 (38.67% from 255) = 35.77%
R=17.52%
G=46.72%
B=35.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48128980.6200.230.50157.545.4534.51
Hex3080623E017329e2d23
Octal6020014276027622365543
Binary11000010000000110001011111001011111001010011110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308062; }

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

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

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

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

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

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

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

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