#388A6F

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

Shades of Viridian #388A6F

Tints of Viridian #388A6F

Color information

#388A6F (or 0x388A6F) is unknown color: approx Viridian. HEX triplet: 38, 8A and 6F. RGB value is (56,138,111). Sum of RGB (Red+Green+Blue) = 56+138+111=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #388A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388A6F is #C77590. Grayscale: #6E6E6E. Windows color (decimal): -13071761 or 7309880. OLE color: 7309880.

HSL color Cylindrical-coordinate representation of color #388A6F: hue angle of 160.24º 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 #388A6F is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB56138111-
CMYK0.5900.200.46
HSL160.24º42.27%38.04%-
HSV(B)160.24º59.42%54.12%-
XYZ13.5920.1718.22-
YUV110.4128.3389.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 138 (54.30% from 255) = 45.25%
BLUE value IS 111 (43.75% from 255) = 36.39%
R=18.36%
G=45.25%
B=36.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561381110.5900.200.46160.2442.2738.04
Hex388A6F3B0142Ea02a26
Octal7021215773024562405246
Binary11100010001010110111111101101010010111010100000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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