#398668

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

Shades of Viridian #398668

Tints of Viridian #398668

Color information

#398668 (or 0x398668) is unknown color: approx Viridian. HEX triplet: 39, 86 and 68. RGB value is (57,134,104). Sum of RGB (Red+Green+Blue) = 57+134+104=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #398668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398668 is #C67997. Grayscale: #6B6B6B. Windows color (decimal): -13007256 or 6850105. OLE color: 6850105.

HSL color Cylindrical-coordinate representation of color #398668: hue angle of 156.62º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398668 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB57134104-
CMYK0.5700.220.47
HSL156.62º40.31%37.45%-
HSV(B)156.62º57.46%52.55%-
XYZ12.7118.9216.08-
YUV107.56125.9991.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.32%
GREEN value IS 134 (52.73% from 255) = 45.42%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=19.32%
G=45.42%
B=35.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571341040.5700.220.47156.6240.3137.45
Hex398668390162F9d2825
Octal7120615071026572355045
Binary11100110000110110100011100101011010111110011101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398668; }

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

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

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

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

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

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

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

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