#388A66

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

Shades of Viridian #388A66

Tints of Viridian #388A66

Color information

#388A66 (or 0x388A66) is unknown color: approx Viridian. HEX triplet: 38, 8A and 66. RGB value is (56,138,102). Sum of RGB (Red+Green+Blue) = 56+138+102=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 138 - color contains mainly: green. Hex color #388A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388A66 is #C77599. Grayscale: #6D6D6D. Windows color (decimal): -13071770 or 6720056. OLE color: 6720056.

HSL color Cylindrical-coordinate representation of color #388A66: hue angle of 153.66º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388A66 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB56138102-
CMYK0.5900.260.46
HSL153.66º42.27%38.04%-
HSV(B)153.66º59.42%54.12%-
XYZ13.1219.9815.73-
YUV109.38123.8389.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.92%
GREEN value IS 138 (54.30% from 255) = 46.62%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=18.92%
G=46.62%
B=34.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561381020.5900.260.46153.6642.2738.04
Hex388A663B01A2E9a2a26
Octal7021214673032562325246
Binary11100010001010110011011101101101010111010011010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388A66; }

 p { color: rgb(56,138,102); }

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

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

 a { background-color: rgb(56,138,102); }

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

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

 span { border-color: rgb(56,138,102); }

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