#308064

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

Shades of Viridian #308064

Tints of Viridian #308064

Color information

#308064 (or 0x308064) is unknown color: approx Viridian. HEX triplet: 30, 80 and 64. RGB value is (48,128,100). Sum of RGB (Red+Green+Blue) = 48+128+100=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #308064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308064 is #CF7F9B. Grayscale: #646464. Windows color (decimal): -13598620 or 6586416. OLE color: 6586416.

HSL color Cylindrical-coordinate representation of color #308064: hue angle of 159º 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 #308064 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB48128100-
CMYK0.6200.220.50
HSL159º45.45%34.51%-
HSV(B)159º62.5%50.2%-
XYZ11.2416.9914.74-
YUV100.89127.590.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 128 (50.39% from 255) = 46.38%
BLUE value IS 100 (39.45% from 255) = 36.23%
R=17.39%
G=46.38%
B=36.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal481281000.6200.220.5015945.4534.51
Hex3080643E016329f2d23
Octal6020014476026622375543
Binary11000010000000110010011111001011011001010011111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308064; }

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

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

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

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

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

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

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

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