#307F61

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

Shades of Viridian #307F61

Tints of Viridian #307F61

Color information

#307F61 (or 0x307F61) is unknown color: approx Viridian. HEX triplet: 30, 7F and 61. RGB value is (48,127,97). Sum of RGB (Red+Green+Blue) = 48+127+97=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 127 - color contains mainly: green. Hex color #307F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F61 is #CF809E. Grayscale: #636363. Windows color (decimal): -13598879 or 6389552. OLE color: 6389552.

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

Color convert

RGB4812797-
CMYK0.6200.240.50
HSL157.22º45.14%34.31%-
HSV(B)157.22º62.2%49.8%-
XYZ10.9716.6713.95-
YUV99.96126.3390.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 127 (50% from 255) = 46.69%
BLUE value IS 97 (38.28% from 255) = 35.66%
R=17.65%
G=46.69%
B=35.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48127970.6200.240.50157.2245.1434.31
Hex307F613E018329d2d22
Octal6017714176030622355542
Binary1100001111111110000111111001100011001010011101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307F61; }

 p { color: rgb(48,127,97); }

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

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

 a { background-color: rgb(48,127,97); }

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

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

 span { border-color: rgb(48,127,97); }

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