#377B65

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

Shades of Viridian #377B65

Tints of Viridian #377B65

Color information

#377B65 (or 0x377B65) is unknown color: approx Viridian. HEX triplet: 37, 7B and 65. RGB value is (55,123,101). Sum of RGB (Red+Green+Blue) = 55+123+101=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #377B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B65 is #C8849A. Grayscale: #646464. Windows color (decimal): -13141147 or 6650679. OLE color: 6650679.

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

Color convert

RGB55123101-
CMYK0.5500.180.52
HSL160.59º38.2%34.9%-
HSV(B)160.59º55.28%48.24%-
XYZ11.0115.9214.8-
YUV100.16128.4795.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.71%
GREEN value IS 123 (48.44% from 255) = 44.09%
BLUE value IS 101 (39.84% from 255) = 36.20%
R=19.71%
G=44.09%
B=36.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal551231010.5500.180.52160.5938.234.9
Hex377B653701234a12623
Octal6717314567022642414643
Binary1101111111011110010111011101001011010010100001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377B65; }

 p { color: rgb(55,123,101); }

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

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

 a { background-color: rgb(55,123,101); }

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

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

 span { border-color: rgb(55,123,101); }

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