#398471

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

Shades of Viridian #398471

Tints of Viridian #398471

Color information

#398471 (or 0x398471) is unknown color: approx Viridian. HEX triplet: 39, 84 and 71. RGB value is (57,132,113). Sum of RGB (Red+Green+Blue) = 57+132+113=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #398471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398471 is #C67B8E. Grayscale: #6B6B6B. Windows color (decimal): -13007759 or 7439417. OLE color: 7439417.

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

Color convert

RGB57132113-
CMYK0.5700.140.48
HSL164.8º39.68%37.06%-
HSV(B)164.8º56.82%51.76%-
XYZ12.9218.5618.53-
YUV107.41131.1592.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.87%
GREEN value IS 132 (51.95% from 255) = 43.71%
BLUE value IS 113 (44.53% from 255) = 37.42%
R=18.87%
G=43.71%
B=37.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571321130.5700.140.48164.839.6837.06
Hex398471390E30a52825
Octal7120416171016602455045
Binary1110011000010011100011110010111011000010100101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398471; }

 p { color: rgb(57,132,113); }

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

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

 a { background-color: rgb(57,132,113); }

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

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

 span { border-color: rgb(57,132,113); }

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