#388C73

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

Shades of Viridian #388C73

Tints of Viridian #388C73

Color information

#388C73 (or 0x388C73) is unknown color: approx Viridian. HEX triplet: 38, 8C and 73. RGB value is (56,140,115). Sum of RGB (Red+Green+Blue) = 56+140+115=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 140 - color contains mainly: green. Hex color #388C73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C73 is #C7738C. Grayscale: #707070. Windows color (decimal): -13071245 or 7572536. OLE color: 7572536.

HSL color Cylindrical-coordinate representation of color #388C73: hue angle of 162.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388C73 is Cyan = 0.6, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB56140115-
CMYK0.600.180.45
HSL162.14º42.86%38.43%-
HSV(B)162.14º60%54.9%-
XYZ14.120.8319.5-
YUV112.03129.6788.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.01%
GREEN value IS 140 (55.08% from 255) = 45.02%
BLUE value IS 115 (45.31% from 255) = 36.98%
R=18.01%
G=45.02%
B=36.98%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561401150.600.180.45162.1442.8638.43
Hex388C733C0122Da22b26
Octal7021416374022552425346
Binary11100010001100111001111110001001010110110100010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,140,115); }

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

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

 a { background-color: rgb(56,140,115); }

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

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

 span { border-color: rgb(56,140,115); }

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