#398063

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

Shades of Viridian #398063

Tints of Viridian #398063

Color information

#398063 (or 0x398063) is unknown color: approx Viridian. HEX triplet: 39, 80 and 63. RGB value is (57,128,99). Sum of RGB (Red+Green+Blue) = 57+128+99=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #398063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398063 is #C67F9C. Grayscale: #676767. Windows color (decimal): -13008797 or 6520889. OLE color: 6520889.

HSL color Cylindrical-coordinate representation of color #398063: hue angle of 155.49º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #398063 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB5712899-
CMYK0.5500.230.50
HSL155.49º38.38%36.27%-
HSV(B)155.49º55.47%50.2%-
XYZ11.6617.2114.51-
YUV103.46125.4894.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.07%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=20.07%
G=45.07%
B=34.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57128990.5500.230.50155.4938.3836.27
Hex39806337017329b2624
Octal7120014367027622334644
Binary11100110000000110001111011101011111001010011011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398063; }

 p { color: rgb(57,128,99); }

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

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

 a { background-color: rgb(57,128,99); }

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

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

 span { border-color: rgb(57,128,99); }

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