#387C69

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

Shades of Viridian #387C69

Tints of Viridian #387C69

Color information

#387C69 (or 0x387C69) is unknown color: approx Viridian. HEX triplet: 38, 7C and 69. RGB value is (56,124,105). Sum of RGB (Red+Green+Blue) = 56+124+105=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 124 - color contains mainly: green. Hex color #387C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C69 is #C78396. Grayscale: #656565. Windows color (decimal): -13075351 or 6913080. OLE color: 6913080.

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

Color convert

RGB56124105-
CMYK0.5500.150.51
HSL163.24º37.78%35.29%-
HSV(B)163.24º54.84%48.63%-
XYZ11.3916.2815.91-
YUV101.5129.9795.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 124 (48.83% from 255) = 43.51%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=19.65%
G=43.51%
B=36.84%

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
Decimal561241050.5500.150.51163.2437.7835.29
Hex387C69370F33a32623
Octal7017415167017632434643
Binary111000111110011010011101110111111001110100011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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