#387E61

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

Shades of Viridian #387E61

Tints of Viridian #387E61

Color information

#387E61 (or 0x387E61) is unknown color: approx Viridian. HEX triplet: 38, 7E and 61. RGB value is (56,126,97). Sum of RGB (Red+Green+Blue) = 56+126+97=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 126 - color contains mainly: green. Hex color #387E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E61 is #C7819E. Grayscale: #656565. Windows color (decimal): -13074847 or 6389304. OLE color: 6389304.

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

Color convert

RGB5612697-
CMYK0.5600.230.51
HSL155.14º38.46%35.69%-
HSV(B)155.14º55.56%49.41%-
XYZ11.2516.6313.93-
YUV101.76125.3195.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 126 (49.61% from 255) = 45.16%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=20.07%
G=45.16%
B=34.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56126970.5600.230.51155.1438.4635.69
Hex387E6138017339b2624
Octal7017614170027632334644
Binary1110001111110110000111100001011111001110011011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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