#398968

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

Shades of Viridian #398968

Tints of Viridian #398968

Color information

#398968 (or 0x398968) is unknown color: approx Viridian. HEX triplet: 39, 89 and 68. RGB value is (57,137,104). Sum of RGB (Red+Green+Blue) = 57+137+104=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #398968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398968 is #C67697. Grayscale: #6D6D6D. Windows color (decimal): -13006488 or 6850873. OLE color: 6850873.

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

Color convert

RGB57137104-
CMYK0.5800.240.46
HSL155.25º41.24%38.04%-
HSV(B)155.25º58.39%53.73%-
XYZ13.1319.7616.22-
YUV109.3212590.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 137 (53.91% from 255) = 45.97%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=19.13%
G=45.97%
B=34.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571371040.5800.240.46155.2541.2438.04
Hex3989683A0182E9b2926
Octal7121115072030562335146
Binary11100110001001110100011101001100010111010011011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398968; }

 p { color: rgb(57,137,104); }

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

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

 a { background-color: rgb(57,137,104); }

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

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

 span { border-color: rgb(57,137,104); }

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