#398768

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

Shades of Viridian #398768

Tints of Viridian #398768

Color information

#398768 (or 0x398768) is unknown color: approx Viridian. HEX triplet: 39, 87 and 68. RGB value is (57,135,104). Sum of RGB (Red+Green+Blue) = 57+135+104=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #398768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398768 is #C67897. Grayscale: #6C6C6C. Windows color (decimal): -13007000 or 6850361. OLE color: 6850361.

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

Color convert

RGB57135104-
CMYK0.5800.230.47
HSL156.15º40.63%37.65%-
HSV(B)156.15º57.78%52.94%-
XYZ12.8519.216.12-
YUV108.14125.6691.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.26%
GREEN value IS 135 (53.12% from 255) = 45.61%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=19.26%
G=45.61%
B=35.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571351040.5800.230.47156.1540.6337.65
Hex3987683A0172F9c2926
Octal7120715072027572345146
Binary11100110000111110100011101001011110111110011100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398768; }

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

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

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

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

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

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

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

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