#388868

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

Shades of Viridian #388868

Tints of Viridian #388868

Color information

#388868 (or 0x388868) is unknown color: approx Viridian. HEX triplet: 38, 88 and 68. RGB value is (56,136,104). Sum of RGB (Red+Green+Blue) = 56+136+104=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #388868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388868 is #C77797. Grayscale: #6C6C6C. Windows color (decimal): -13072280 or 6850616. OLE color: 6850616.

HSL color Cylindrical-coordinate representation of color #388868: hue angle of 156º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388868 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB56136104-
CMYK0.5900.240.47
HSL156º41.67%37.65%-
HSV(B)156º58.82%53.33%-
XYZ12.9319.4516.17-
YUV108.43125.590.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.92%
GREEN value IS 136 (53.52% from 255) = 45.95%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=18.92%
G=45.95%
B=35.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561361040.5900.240.4715641.6737.65
Hex3888683B0182F9c2a26
Octal7021015073030572345246
Binary11100010001000110100011101101100010111110011100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388868; }

 p { color: rgb(56,136,104); }

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

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

 a { background-color: rgb(56,136,104); }

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

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

 span { border-color: rgb(56,136,104); }

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