#387C61

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

Shades of Viridian #387C61

Tints of Viridian #387C61

Color information

#387C61 (or 0x387C61) is unknown color: approx Viridian. HEX triplet: 38, 7C and 61. RGB value is (56,124,97). Sum of RGB (Red+Green+Blue) = 56+124+97=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 124 - color contains mainly: green. Hex color #387C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C61 is #C7839E. Grayscale: #646464. Windows color (decimal): -13075359 or 6388792. OLE color: 6388792.

HSL color Cylindrical-coordinate representation of color #387C61: hue angle of 156.18º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387C61 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB5612497-
CMYK0.5500.220.51
HSL156.18º37.78%35.29%-
HSV(B)156.18º54.84%48.63%-
XYZ1116.1213.84-
YUV100.59125.9796.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 124 (48.83% from 255) = 44.77%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=20.22%
G=44.77%
B=35.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56124970.5500.220.51156.1837.7835.29
Hex387C6137016339c2623
Octal7017414167026632344643
Binary1110001111100110000111011101011011001110011100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,124,97); }

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

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

 a { background-color: rgb(56,124,97); }

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

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

 span { border-color: rgb(56,124,97); }

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