#398574

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

Shades of Viridian #398574

Tints of Viridian #398574

Color information

#398574 (or 0x398574) is unknown color: approx Viridian. HEX triplet: 39, 85 and 74. RGB value is (57,133,116). Sum of RGB (Red+Green+Blue) = 57+133+116=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #398574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398574 is #C67A8B. Grayscale: #6C6C6C. Windows color (decimal): -13007500 or 7636281. OLE color: 7636281.

HSL color Cylindrical-coordinate representation of color #398574: hue angle of 166.58º 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 #398574 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB57133116-
CMYK0.5700.130.48
HSL166.58º40%37.25%-
HSV(B)166.58º57.14%52.16%-
XYZ13.2318.9119.48-
YUV108.34132.3291.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.63%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=18.63%
G=43.46%
B=37.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571331160.5700.130.48166.584037.25
Hex398574390D30a72825
Octal7120516471015602475045
Binary1110011000010111101001110010110111000010100111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398574; }

 p { color: rgb(57,133,116); }

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

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

 a { background-color: rgb(57,133,116); }

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

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

 span { border-color: rgb(57,133,116); }

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