#398872

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

Shades of Viridian #398872

Tints of Viridian #398872

Color information

#398872 (or 0x398872) is unknown color: approx Viridian. HEX triplet: 39, 88 and 72. RGB value is (57,136,114). Sum of RGB (Red+Green+Blue) = 57+136+114=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #398872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398872 is #C6778D. Grayscale: #6D6D6D. Windows color (decimal): -13006734 or 7505977. OLE color: 7505977.

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

Color convert

RGB57136114-
CMYK0.5800.160.47
HSL163.29º40.93%37.84%-
HSV(B)163.29º58.09%53.33%-
XYZ13.5319.6919.01-
YUV109.87130.3390.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.57%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=18.57%
G=44.30%
B=37.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571361140.5800.160.47163.2940.9337.84
Hex3988723A0102Fa32926
Octal7121016272020572435146
Binary11100110001000111001011101001000010111110100011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398872; }

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

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

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

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

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

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

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

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