#398664

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

Shades of Viridian #398664

Tints of Viridian #398664

Color information

#398664 (or 0x398664) is unknown color: approx Viridian. HEX triplet: 39, 86 and 64. RGB value is (57,134,100). Sum of RGB (Red+Green+Blue) = 57+134+100=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #398664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398664 is #C6799B. Grayscale: #6B6B6B. Windows color (decimal): -13007260 or 6587961. OLE color: 6587961.

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

Color convert

RGB57134100-
CMYK0.5700.250.47
HSL153.51º40.31%37.45%-
HSV(B)153.51º57.46%52.55%-
XYZ12.5118.8415.03-
YUV107.1123.9992.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.59%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 100 (39.45% from 255) = 34.36%
R=19.59%
G=46.05%
B=34.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571341000.5700.250.47153.5140.3137.45
Hex398664390192F9a2825
Octal7120614471031572325045
Binary11100110000110110010011100101100110111110011010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398664; }

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

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

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

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

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

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

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

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