#398663

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

Shades of Viridian #398663

Tints of Viridian #398663

Color information

#398663 (or 0x398663) is unknown color: approx Viridian. HEX triplet: 39, 86 and 63. RGB value is (57,134,99). Sum of RGB (Red+Green+Blue) = 57+134+99=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #398663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398663 is #C6799C. Grayscale: #6B6B6B. Windows color (decimal): -13007261 or 6522425. OLE color: 6522425.

HSL color Cylindrical-coordinate representation of color #398663: hue angle of 152.73º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398663 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB5713499-
CMYK0.5700.260.47
HSL152.73º40.31%37.45%-
HSV(B)152.73º57.46%52.55%-
XYZ12.4618.8214.78-
YUV106.99123.4992.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.66%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 99 (39.06% from 255) = 34.14%
R=19.66%
G=46.21%
B=34.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57134990.5700.260.47152.7340.3137.45
Hex3986633901A2F992825
Octal7120614371032572315045
Binary11100110000110110001111100101101010111110011001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398663; }

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

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

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

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

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

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

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

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