#377660

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

Shades of Viridian #377660

Tints of Viridian #377660

Color information

#377660 (or 0x377660) is unknown color: approx Viridian. HEX triplet: 37, 76 and 60. RGB value is (55,118,96). Sum of RGB (Red+Green+Blue) = 55+118+96=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #377660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377660 is #C8899F. Grayscale: #606060. Windows color (decimal): -13142432 or 6321719. OLE color: 6321719.

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

Color convert

RGB5511896-
CMYK0.5300.190.54
HSL159.05º36.42%33.92%-
HSV(B)159.05º53.39%46.27%-
XYZ10.1714.6113.35-
YUV96.65127.6398.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=20.45%
G=43.87%
B=35.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55118960.5300.190.54159.0536.4233.92
Hex37766035013369f2422
Octal6716614065023662374442
Binary1101111110110110000011010101001111011010011111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377660; }

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

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

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

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

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

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

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

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