#387760

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

Shades of Viridian #387760

Tints of Viridian #387760

Color information

#387760 (or 0x387760) is unknown color: approx Viridian. HEX triplet: 38, 77 and 60. RGB value is (56,119,96). Sum of RGB (Red+Green+Blue) = 56+119+96=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #387760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387760 is #C7889F. Grayscale: #616161. Windows color (decimal): -13076640 or 6321976. OLE color: 6321976.

HSL color Cylindrical-coordinate representation of color #387760: hue angle of 158.1º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387760 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB5611996-
CMYK0.5300.190.53
HSL158.1º36%34.31%-
HSV(B)158.1º52.94%46.67%-
XYZ10.3414.8813.39-
YUV97.54127.1398.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.66%
GREEN value IS 119 (46.88% from 255) = 43.91%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=20.66%
G=43.91%
B=35.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119960.5300.190.53158.13634.31
Hex38776035013359e2422
Octal7016714065023652364442
Binary1110001110111110000011010101001111010110011110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387760; }

 p { color: rgb(56,119,96); }

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

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

 a { background-color: rgb(56,119,96); }

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

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

 span { border-color: rgb(56,119,96); }

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