#398869

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

Shades of Viridian #398869

Tints of Viridian #398869

Color information

#398869 (or 0x398869) is unknown color: approx Viridian. HEX triplet: 39, 88 and 69. RGB value is (57,136,105). Sum of RGB (Red+Green+Blue) = 57+136+105=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #398869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398869 is #C67796. Grayscale: #6C6C6C. Windows color (decimal): -13006743 or 6916153. OLE color: 6916153.

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

Color convert

RGB57136105-
CMYK0.5800.230.47
HSL156.46º40.93%37.84%-
HSV(B)156.46º58.09%53.33%-
XYZ13.0419.516.44-
YUV108.84125.8391.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 136 (53.52% from 255) = 45.64%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=19.13%
G=45.64%
B=35.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571361050.5800.230.47156.4640.9337.84
Hex3988693A0172F9c2926
Octal7121015172027572345146
Binary11100110001000110100111101001011110111110011100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398869; }

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

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

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

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

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

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

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

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