#388B6E

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

Shades of Viridian #388B6E

Tints of Viridian #388B6E

Color information

#388B6E (or 0x388B6E) is unknown color: approx Viridian. HEX triplet: 38, 8B and 6E. RGB value is (56,139,110). Sum of RGB (Red+Green+Blue) = 56+139+110=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #388B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388B6E is #C77491. Grayscale: #6E6E6E. Windows color (decimal): -13071506 or 7244600. OLE color: 7244600.

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

Color convert

RGB56139110-
CMYK0.6000.210.45
HSL159.04º42.56%38.24%-
HSV(B)159.04º59.71%54.51%-
XYZ13.6820.4317.97-
YUV110.88127.588.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 139 (54.69% from 255) = 45.57%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=18.36%
G=45.57%
B=36.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561391100.6000.210.45159.0442.5638.24
Hex388B6E3C0152D9f2b26
Octal7021315674025552375346
Binary11100010001011110111011110001010110110110011111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,139,110); }

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

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

 a { background-color: rgb(56,139,110); }

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

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

 span { border-color: rgb(56,139,110); }

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