#377761

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

Shades of Viridian #377761

Tints of Viridian #377761

Color information

#377761 (or 0x377761) is unknown color: approx Viridian. HEX triplet: 37, 77 and 61. RGB value is (55,119,97). Sum of RGB (Red+Green+Blue) = 55+119+97=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #377761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377761 is #C8889E. Grayscale: #616161. Windows color (decimal): -13142175 or 6387511. OLE color: 6387511.

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

Color convert

RGB5511997-
CMYK0.5400.180.53
HSL159.38º36.78%34.12%-
HSV(B)159.38º53.78%46.67%-
XYZ10.3314.8713.63-
YUV97.36127.897.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 119 (46.88% from 255) = 43.91%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=20.30%
G=43.91%
B=35.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119970.5400.180.53159.3836.7834.12
Hex37776136012359f2522
Octal6716714166022652374542
Binary1101111110111110000111011001001011010110011111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377761; }

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

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

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

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

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

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

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

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