#398262

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

Shades of Viridian #398262

Tints of Viridian #398262

Color information

#398262 (or 0x398262) is unknown color: approx Viridian. HEX triplet: 39, 82 and 62. RGB value is (57,130,98). Sum of RGB (Red+Green+Blue) = 57+130+98=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #398262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398262 is #C67D9D. Grayscale: #686868. Windows color (decimal): -13008286 or 6455865. OLE color: 6455865.

HSL color Cylindrical-coordinate representation of color #398262: hue angle of 153.7º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398262 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB5713098-
CMYK0.5600.250.49
HSL153.7º39.04%36.67%-
HSV(B)153.7º56.15%50.98%-
XYZ11.8717.7214.35-
YUV104.52124.3294.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=20%
G=45.61%
B=34.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57130980.5600.250.49153.739.0436.67
Hex39826238019319a2725
Octal7120214270031612324745
Binary11100110000010110001011100001100111000110011010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398262; }

 p { color: rgb(57,130,98); }

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

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

 a { background-color: rgb(57,130,98); }

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

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

 span { border-color: rgb(57,130,98); }

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