#377963

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

Shades of Viridian #377963

Tints of Viridian #377963

Color information

#377963 (or 0x377963) is unknown color: approx Viridian. HEX triplet: 37, 79 and 63. RGB value is (55,121,99). Sum of RGB (Red+Green+Blue) = 55+121+99=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #377963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377963 is #C8869C. Grayscale: #626262. Windows color (decimal): -13141661 or 6519095. OLE color: 6519095.

HSL color Cylindrical-coordinate representation of color #377963: hue angle of 160º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377963 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB5512199-
CMYK0.5500.180.53
HSL160º37.5%34.51%-
HSV(B)160º54.55%47.45%-
XYZ10.6715.3914.21-
YUV98.76128.1396.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 121 (47.66% from 255) = 44%
BLUE value IS 99 (39.06% from 255) = 36%
R=20%
G=44%
B=36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55121990.5500.180.5316037.534.51
Hex3779633701235a02623
Octal6717114367022652404643
Binary1101111111001110001111011101001011010110100000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377963; }

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

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

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

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

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

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

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

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