#398865

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

Shades of Viridian #398865

Tints of Viridian #398865

Color information

#398865 (or 0x398865) is unknown color: approx Viridian. HEX triplet: 39, 88 and 65. RGB value is (57,136,101). Sum of RGB (Red+Green+Blue) = 57+136+101=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #398865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398865 is #C6779A. Grayscale: #6C6C6C. Windows color (decimal): -13006747 or 6654009. OLE color: 6654009.

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

Color convert

RGB57136101-
CMYK0.5800.260.47
HSL153.42º40.93%37.84%-
HSV(B)153.42º58.09%53.33%-
XYZ12.8419.4215.38-
YUV108.39123.8391.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.39%
GREEN value IS 136 (53.52% from 255) = 46.26%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=19.39%
G=46.26%
B=34.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571361010.5800.260.47153.4240.9337.84
Hex3988653A01A2F992926
Octal7121014572032572315146
Binary11100110001000110010111101001101010111110011001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398865; }

 p { color: rgb(57,136,101); }

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

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

 a { background-color: rgb(57,136,101); }

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

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

 span { border-color: rgb(57,136,101); }

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