#398764

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

Shades of Viridian #398764

Tints of Viridian #398764

Color information

#398764 (or 0x398764) is unknown color: approx Viridian. HEX triplet: 39, 87 and 64. RGB value is (57,135,100). Sum of RGB (Red+Green+Blue) = 57+135+100=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #398764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398764 is #C6789B. Grayscale: #6B6B6B. Windows color (decimal): -13007004 or 6588217. OLE color: 6588217.

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

Color convert

RGB57135100-
CMYK0.5800.260.47
HSL153.08º40.63%37.65%-
HSV(B)153.08º57.78%52.94%-
XYZ12.6519.1215.08-
YUV107.69123.6691.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.52%
GREEN value IS 135 (53.12% from 255) = 46.23%
BLUE value IS 100 (39.45% from 255) = 34.25%
R=19.52%
G=46.23%
B=34.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571351000.5800.260.47153.0840.6337.65
Hex3987643A01A2F992926
Octal7120714472032572315146
Binary11100110000111110010011101001101010111110011001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398764; }

 p { color: rgb(57,135,100); }

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

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

 a { background-color: rgb(57,135,100); }

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

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

 span { border-color: rgb(57,135,100); }

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