#318065

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

Shades of Viridian #318065

Tints of Viridian #318065

Color information

#318065 (or 0x318065) is unknown color: approx Viridian. HEX triplet: 31, 80 and 65. RGB value is (49,128,101). Sum of RGB (Red+Green+Blue) = 49+128+101=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #318065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318065 is #CE7F9A. Grayscale: #656565. Windows color (decimal): -13533083 or 6651953. OLE color: 6651953.

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

Color convert

RGB49128101-
CMYK0.6200.210.50
HSL159.49º44.63%34.71%-
HSV(B)159.49º61.72%50.2%-
XYZ11.3317.0315-
YUV101.3127.8390.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.63%
GREEN value IS 128 (50.39% from 255) = 46.04%
BLUE value IS 101 (39.84% from 255) = 36.33%
R=17.63%
G=46.04%
B=36.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491281010.6200.210.50159.4944.6334.71
Hex3180653E015329f2d23
Octal6120014576025622375543
Binary11000110000000110010111111001010111001010011111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318065; }

 p { color: rgb(49,128,101); }

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

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

 a { background-color: rgb(49,128,101); }

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

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

 span { border-color: rgb(49,128,101); }

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