#387F6D

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

Shades of Viridian #387F6D

Tints of Viridian #387F6D

Color information

#387F6D (or 0x387F6D) is unknown color: approx Viridian. HEX triplet: 38, 7F and 6D. RGB value is (56,127,109). Sum of RGB (Red+Green+Blue) = 56+127+109=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 127 - color contains mainly: green. Hex color #387F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F6D is #C78092. Grayscale: #676767. Windows color (decimal): -13074579 or 7175992. OLE color: 7175992.

HSL color Cylindrical-coordinate representation of color #387F6D: hue angle of 164.79º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387F6D is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB56127109-
CMYK0.5600.140.50
HSL164.79º38.8%35.88%-
HSV(B)164.79º55.91%49.8%-
XYZ11.9817.1217.14-
YUV103.72130.9893.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 127 (50% from 255) = 43.49%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=19.18%
G=43.49%
B=37.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561271090.5600.140.50164.7938.835.88
Hex387F6D380E32a52724
Octal7017715570016622454744
Binary111000111111111011011110000111011001010100101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387F6D; }

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

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

<style>
 a { background-color: #387F6D; }

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

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

<style>
 span { border-color: #387F6D; }

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

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