#377760

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

Shades of Viridian #377760

Tints of Viridian #377760

Color information

#377760 (or 0x377760) is unknown color: approx Viridian. HEX triplet: 37, 77 and 60. RGB value is (55,119,96). Sum of RGB (Red+Green+Blue) = 55+119+96=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #377760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377760 is #C8889F. Grayscale: #616161. Windows color (decimal): -13142176 or 6321975. OLE color: 6321975.

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

Color convert

RGB5511996-
CMYK0.5400.190.53
HSL158.44º36.78%34.12%-
HSV(B)158.44º53.78%46.67%-
XYZ10.2814.8513.39-
YUV97.24127.397.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 119 (46.88% from 255) = 44.07%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=20.37%
G=44.07%
B=35.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119960.5400.190.53158.4436.7834.12
Hex37776036013359e2522
Octal6716714066023652364542
Binary1101111110111110000011011001001111010110011110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377760; }

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

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

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

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

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

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

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

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