#398875

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

Shades of Viridian #398875

Tints of Viridian #398875

Color information

#398875 (or 0x398875) is unknown color: approx Viridian. HEX triplet: 39, 88 and 75. RGB value is (57,136,117). Sum of RGB (Red+Green+Blue) = 57+136+117=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #398875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398875 is #C6778A. Grayscale: #6E6E6E. Windows color (decimal): -13006731 or 7702585. OLE color: 7702585.

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

Color convert

RGB57136117-
CMYK0.5800.140.47
HSL165.57º40.93%37.84%-
HSV(B)165.57º58.09%53.33%-
XYZ13.719.7619.92-
YUV110.21131.8390.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.39%
GREEN value IS 136 (53.52% from 255) = 43.87%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=18.39%
G=43.87%
B=37.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571361170.5800.140.47165.5740.9337.84
Hex3988753A0E2Fa62926
Octal7121016572016572465146
Binary1110011000100011101011110100111010111110100110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398875; }

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

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

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

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

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

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

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

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