#377965

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

Shades of Viridian #377965

Tints of Viridian #377965

Color information

#377965 (or 0x377965) is unknown color: approx Viridian. HEX triplet: 37, 79 and 65. RGB value is (55,121,101). Sum of RGB (Red+Green+Blue) = 55+121+101=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #377965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377965 is #C8869A. Grayscale: #636363. Windows color (decimal): -13141659 or 6650167. OLE color: 6650167.

HSL color Cylindrical-coordinate representation of color #377965: hue angle of 161.82º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377965 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB55121101-
CMYK0.5500.170.53
HSL161.82º37.5%34.51%-
HSV(B)161.82º54.55%47.45%-
XYZ10.7615.4314.72-
YUV98.99129.1396.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.86%
GREEN value IS 121 (47.66% from 255) = 43.68%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=19.86%
G=43.68%
B=36.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551211010.5500.170.53161.8237.534.51
Hex3779653701135a22623
Octal6717114567021652424643
Binary1101111111001110010111011101000111010110100010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377965; }

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

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

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

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

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

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

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

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