#377F65

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

Shades of Viridian #377F65

Tints of Viridian #377F65

Color information

#377F65 (or 0x377F65) is unknown color: approx Viridian. HEX triplet: 37, 7F and 65. RGB value is (55,127,101). Sum of RGB (Red+Green+Blue) = 55+127+101=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #377F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F65 is #C8809A. Grayscale: #666666. Windows color (decimal): -13140123 or 6651703. OLE color: 6651703.

HSL color Cylindrical-coordinate representation of color #377F65: hue angle of 158.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F65 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB55127101-
CMYK0.5700.200.50
HSL158.33º39.56%35.69%-
HSV(B)158.33º56.69%49.8%-
XYZ11.5116.9314.97-
YUV102.51127.1594.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.43%
GREEN value IS 127 (50% from 255) = 44.88%
BLUE value IS 101 (39.84% from 255) = 35.69%
R=19.43%
G=44.88%
B=35.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal551271010.5700.200.50158.3339.5635.69
Hex377F6539014329e2824
Octal6717714571024622365044
Binary1101111111111110010111100101010011001010011110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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