#308F74

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

Shades of Viridian #308F74

Tints of Viridian #308F74

Color information

#308F74 (or 0x308F74) is unknown color: approx Viridian. HEX triplet: 30, 8F and 74. RGB value is (48,143,116). Sum of RGB (Red+Green+Blue) = 48+143+116=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 143 - color contains mainly: green. Hex color #308F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F74 is #CF708B. Grayscale: #6F6F6F. Windows color (decimal): -13594764 or 7638832. OLE color: 7638832.

HSL color Cylindrical-coordinate representation of color #308F74: hue angle of 162.95º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308F74 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB48143116-
CMYK0.6600.190.44
HSL162.95º49.74%37.45%-
HSV(B)162.95º66.43%56.08%-
XYZ14.1921.5319.93-
YUV111.52130.5382.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 143 (56.25% from 255) = 46.58%
BLUE value IS 116 (45.70% from 255) = 37.79%
R=15.64%
G=46.58%
B=37.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481431160.6600.190.44162.9549.7437.45
Hex308F74420132Ca33225
Octal60217164102023542436245
Binary110000100011111110100100001001001110110010100011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308F74; }

 p { color: rgb(48,143,116); }

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

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

 a { background-color: rgb(48,143,116); }

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

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

 span { border-color: rgb(48,143,116); }

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