#387F68

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

Shades of Viridian #387F68

Tints of Viridian #387F68

Color information

#387F68 (or 0x387F68) is unknown color: approx Viridian. HEX triplet: 38, 7F and 68. RGB value is (56,127,104). Sum of RGB (Red+Green+Blue) = 56+127+104=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #387F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F68 is #C78097. Grayscale: #676767. Windows color (decimal): -13074584 or 6848312. OLE color: 6848312.

HSL color Cylindrical-coordinate representation of color #387F68: hue angle of 160.56º 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 #387F68 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB56127104-
CMYK0.5600.180.50
HSL160.56º38.8%35.88%-
HSV(B)160.56º55.91%49.8%-
XYZ11.7217.0215.76-
YUV103.15128.4894.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 127 (50% from 255) = 44.25%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=19.51%
G=44.25%
B=36.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561271040.5600.180.50160.5638.835.88
Hex387F683801232a12724
Octal7017715070022622414744
Binary1110001111111110100011100001001011001010100001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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