#387C6A

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

Shades of Viridian #387C6A

Tints of Viridian #387C6A

Color information

#387C6A (or 0x387C6A) is unknown color: approx Viridian. HEX triplet: 38, 7C and 6A. RGB value is (56,124,106). Sum of RGB (Red+Green+Blue) = 56+124+106=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #387C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C6A is #C78395. Grayscale: #656565. Windows color (decimal): -13075350 or 6978616. OLE color: 6978616.

HSL color Cylindrical-coordinate representation of color #387C6A: hue angle of 164.12º 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 #387C6A is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB56124106-
CMYK0.5500.150.51
HSL164.12º37.78%35.29%-
HSV(B)164.12º54.84%48.63%-
XYZ11.4416.316.18-
YUV101.62130.4795.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 124 (48.83% from 255) = 43.36%
BLUE value IS 106 (41.80% from 255) = 37.06%
R=19.58%
G=43.36%
B=37.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561241060.5500.150.51164.1237.7835.29
Hex387C6A370F33a42623
Octal7017415267017632444643
Binary111000111110011010101101110111111001110100100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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