#377E64

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

Shades of Viridian #377E64

Tints of Viridian #377E64

Color information

#377E64 (or 0x377E64) is unknown color: approx Viridian. HEX triplet: 37, 7E and 64. RGB value is (55,126,100). Sum of RGB (Red+Green+Blue) = 55+126+100=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 126 - color contains mainly: green. Hex color #377E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377E64 is #C8819B. Grayscale: #656565. Windows color (decimal): -13140380 or 6585911. OLE color: 6585911.

HSL color Cylindrical-coordinate representation of color #377E64: hue angle of 158.03º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377E64 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB55126100-
CMYK0.5600.210.51
HSL158.03º39.23%35.49%-
HSV(B)158.03º56.35%49.41%-
XYZ11.3416.6514.67-
YUV101.81126.9894.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.57%
GREEN value IS 126 (49.61% from 255) = 44.84%
BLUE value IS 100 (39.45% from 255) = 35.59%
R=19.57%
G=44.84%
B=35.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551261000.5600.210.51158.0339.2335.49
Hex377E6438015339e2723
Octal6717614470025632364743
Binary1101111111110110010011100001010111001110011110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,126,100); }

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

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

 a { background-color: rgb(55,126,100); }

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

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

 span { border-color: rgb(55,126,100); }

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