#398864

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

Shades of Viridian #398864

Tints of Viridian #398864

Color information

#398864 (or 0x398864) is unknown color: approx Viridian. HEX triplet: 39, 88 and 64. RGB value is (57,136,100). Sum of RGB (Red+Green+Blue) = 57+136+100=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #398864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398864 is #C6779B. Grayscale: #6C6C6C. Windows color (decimal): -13006748 or 6588473. OLE color: 6588473.

HSL color Cylindrical-coordinate representation of color #398864: hue angle of 152.66º 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 #398864 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB57136100-
CMYK0.5800.260.47
HSL152.66º40.93%37.84%-
HSV(B)152.66º58.09%53.33%-
XYZ12.7919.415.13-
YUV108.28123.3391.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.45%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 100 (39.45% from 255) = 34.13%
R=19.45%
G=46.42%
B=34.13%

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
Decimal571361000.5800.260.47152.6640.9337.84
Hex3988643A01A2F992926
Octal7121014472032572315146
Binary11100110001000110010011101001101010111110011001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398864; }

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

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

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

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

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

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

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

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