#387763

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

Shades of Viridian #387763

Tints of Viridian #387763

Color information

#387763 (or 0x387763) is unknown color: approx Viridian. HEX triplet: 38, 77 and 63. RGB value is (56,119,99). Sum of RGB (Red+Green+Blue) = 56+119+99=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #387763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387763 is #C7889C. Grayscale: #616161. Windows color (decimal): -13076637 or 6518584. OLE color: 6518584.

HSL color Cylindrical-coordinate representation of color #387763: hue angle of 160.95º 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 #387763 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB5611999-
CMYK0.5300.170.53
HSL160.95º36%34.31%-
HSV(B)160.95º52.94%46.67%-
XYZ10.4814.9414.13-
YUV97.88128.6398.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 119 (46.88% from 255) = 43.43%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=20.44%
G=43.43%
B=36.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119990.5300.170.53160.953634.31
Hex3877633501135a12422
Octal7016714365021652414442
Binary1110001110111110001111010101000111010110100001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387763; }

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

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

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

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

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

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

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

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