#398565

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

Shades of Viridian #398565

Tints of Viridian #398565

Color information

#398565 (or 0x398565) is unknown color: approx Viridian. HEX triplet: 39, 85 and 65. RGB value is (57,133,101). Sum of RGB (Red+Green+Blue) = 57+133+101=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #398565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398565 is #C67A9A. Grayscale: #6A6A6A. Windows color (decimal): -13007515 or 6653241. OLE color: 6653241.

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

Color convert

RGB57133101-
CMYK0.5700.240.48
HSL154.74º40%37.25%-
HSV(B)154.74º57.14%52.16%-
XYZ12.4218.5815.24-
YUV106.63124.8292.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.59%
GREEN value IS 133 (52.34% from 255) = 45.70%
BLUE value IS 101 (39.84% from 255) = 34.71%
R=19.59%
G=45.70%
B=34.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571331010.5700.240.48154.744037.25
Hex39856539018309b2825
Octal7120514571030602335045
Binary11100110000101110010111100101100011000010011011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398565; }

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

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

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

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

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

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

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

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