#398868

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

Shades of Viridian #398868

Tints of Viridian #398868

Color information

#398868 (or 0x398868) is unknown color: approx Viridian. HEX triplet: 39, 88 and 68. RGB value is (57,136,104). Sum of RGB (Red+Green+Blue) = 57+136+104=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #398868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398868 is #C67797. Grayscale: #6C6C6C. Windows color (decimal): -13006744 or 6850617. OLE color: 6850617.

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

Color convert

RGB57136104-
CMYK0.5800.240.47
HSL155.7º40.93%37.84%-
HSV(B)155.7º58.09%53.33%-
XYZ12.9919.4816.17-
YUV108.73125.3391.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.19%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=19.19%
G=45.79%
B=35.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571361040.5800.240.47155.740.9337.84
Hex3988683A0182F9c2926
Octal7121015072030572345146
Binary11100110001000110100011101001100010111110011100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398868; }

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

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

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

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

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

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

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

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