#318765

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

Shades of Viridian #318765

Tints of Viridian #318765

Color information

#318765 (or 0x318765) is unknown color: approx Viridian. HEX triplet: 31, 87 and 65. RGB value is (49,135,101). Sum of RGB (Red+Green+Blue) = 49+135+101=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #318765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318765 is #CE789A. Grayscale: #696969. Windows color (decimal): -13531291 or 6653745. OLE color: 6653745.

HSL color Cylindrical-coordinate representation of color #318765: hue angle of 156.28º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318765 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB49135101-
CMYK0.6400.250.47
HSL156.28º46.74%36.08%-
HSV(B)156.28º63.7%52.94%-
XYZ12.2818.9215.32-
YUV105.41125.5187.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 135 (53.12% from 255) = 47.37%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=17.19%
G=47.37%
B=35.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491351010.6400.250.47156.2846.7436.08
Hex318765400192F9c2f24
Octal61207145100031572345744
Binary110001100001111100101100000001100110111110011100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318765; }

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

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

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

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

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

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

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

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