#398062

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

Shades of Viridian #398062

Tints of Viridian #398062

Color information

#398062 (or 0x398062) is unknown color: approx Viridian. HEX triplet: 39, 80 and 62. RGB value is (57,128,98). Sum of RGB (Red+Green+Blue) = 57+128+98=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #398062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398062 is #C67F9D. Grayscale: #676767. Windows color (decimal): -13008798 or 6455353. OLE color: 6455353.

HSL color Cylindrical-coordinate representation of color #398062: hue angle of 154.65º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #398062 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB5712898-
CMYK0.5500.230.50
HSL154.65º38.38%36.27%-
HSV(B)154.65º55.47%50.2%-
XYZ11.6117.1914.26-
YUV103.35124.9894.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 98 (38.67% from 255) = 34.63%
R=20.14%
G=45.23%
B=34.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57128980.5500.230.50154.6538.3836.27
Hex39806237017329b2624
Octal7120014267027622334644
Binary11100110000000110001011011101011111001010011011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398062; }

 p { color: rgb(57,128,98); }

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

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

 a { background-color: rgb(57,128,98); }

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

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

 span { border-color: rgb(57,128,98); }

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