#377863

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

Shades of Viridian #377863

Tints of Viridian #377863

Color information

#377863 (or 0x377863) is unknown color: approx Viridian. HEX triplet: 37, 78 and 63. RGB value is (55,120,99). Sum of RGB (Red+Green+Blue) = 55+120+99=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #377863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377863 is #C8879C. Grayscale: #626262. Windows color (decimal): -13141917 or 6518839. OLE color: 6518839.

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

Color convert

RGB5512099-
CMYK0.5400.170.53
HSL160.62º37.14%34.31%-
HSV(B)160.62º54.17%47.06%-
XYZ10.5415.1514.17-
YUV98.17128.4797.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 120 (47.27% from 255) = 43.80%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=20.07%
G=43.80%
B=36.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55120990.5400.170.53160.6237.1434.31
Hex3778633601135a12522
Octal6717014366021652414542
Binary1101111111000110001111011001000111010110100001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377863; }

 p { color: rgb(55,120,99); }

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

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

 a { background-color: rgb(55,120,99); }

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

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

 span { border-color: rgb(55,120,99); }

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