#388C6D

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

Shades of Viridian #388C6D

Tints of Viridian #388C6D

Color information

#388C6D (or 0x388C6D) is unknown color: approx Viridian. HEX triplet: 38, 8C and 6D. RGB value is (56,140,109). Sum of RGB (Red+Green+Blue) = 56+140+109=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 140 - color contains mainly: green. Hex color #388C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388C6D is #C77392. Grayscale: #6F6F6F. Windows color (decimal): -13071251 or 7179320. OLE color: 7179320.

HSL color Cylindrical-coordinate representation of color #388C6D: hue angle of 157.86º 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 #388C6D is Cyan = 0.6, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB56140109-
CMYK0.600.220.45
HSL157.86º42.86%38.43%-
HSV(B)157.86º60%54.9%-
XYZ13.7720.717.74-
YUV111.35126.6788.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 140 (55.08% from 255) = 45.90%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=18.36%
G=45.90%
B=35.74%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561401090.600.220.45157.8642.8638.43
Hex388C6D3C0162D9e2b26
Octal7021415574026552365346
Binary11100010001100110110111110001011010110110011110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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