#318F74

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

Shades of Viridian #318F74

Tints of Viridian #318F74

Color information

#318F74 (or 0x318F74) is unknown color: approx Viridian. HEX triplet: 31, 8F and 74. RGB value is (49,143,116). Sum of RGB (Red+Green+Blue) = 49+143+116=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #318F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318F74 is #CE708B. Grayscale: #6F6F6F. Windows color (decimal): -13529228 or 7638833. OLE color: 7638833.

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

Color convert

RGB49143116-
CMYK0.6600.190.44
HSL162.77º48.96%37.65%-
HSV(B)162.77º65.73%56.08%-
XYZ14.2421.5619.93-
YUV111.82130.3683.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 143 (56.25% from 255) = 46.43%
BLUE value IS 116 (45.70% from 255) = 37.66%
R=15.91%
G=46.43%
B=37.66%

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
Decimal491431160.6600.190.44162.7748.9637.65
Hex318F74420132Ca33126
Octal61217164102023542436146
Binary110001100011111110100100001001001110110010100011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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