#377762

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

Shades of Viridian #377762

Tints of Viridian #377762

Color information

#377762 (or 0x377762) is unknown color: approx Viridian. HEX triplet: 37, 77 and 62. RGB value is (55,119,98). Sum of RGB (Red+Green+Blue) = 55+119+98=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #377762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377762 is #C8889D. Grayscale: #616161. Windows color (decimal): -13142174 or 6453047. OLE color: 6453047.

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

Color convert

RGB5511998-
CMYK0.5400.180.53
HSL160.31º36.78%34.12%-
HSV(B)160.31º53.78%46.67%-
XYZ10.3814.8913.88-
YUV97.47128.397.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.22%
GREEN value IS 119 (46.88% from 255) = 43.75%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=20.22%
G=43.75%
B=36.03%

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
Decimal55119980.5400.180.53160.3136.7834.12
Hex3777623601235a02522
Octal6716714266022652404542
Binary1101111110111110001011011001001011010110100000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377762; }

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

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

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

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

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

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

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

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