#377D69

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

Shades of Viridian #377D69

Tints of Viridian #377D69

Color information

#377D69 (or 0x377D69) is unknown color: approx Viridian. HEX triplet: 37, 7D and 69. RGB value is (55,125,105). Sum of RGB (Red+Green+Blue) = 55+125+105=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #377D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D69 is #C88296. Grayscale: #656565. Windows color (decimal): -13140631 or 6913335. OLE color: 6913335.

HSL color Cylindrical-coordinate representation of color #377D69: hue angle of 162.86º 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 #377D69 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB55125105-
CMYK0.5600.160.51
HSL162.86º38.89%35.29%-
HSV(B)162.86º56%49.02%-
XYZ11.4616.515.95-
YUV101.79129.8194.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 125 (49.22% from 255) = 43.86%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=19.30%
G=43.86%
B=36.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551251050.5600.160.51162.8638.8935.29
Hex377D693801033a32723
Octal6717515170020632434743
Binary1101111111101110100111100001000011001110100011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,125,105); }

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

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

 a { background-color: rgb(55,125,105); }

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

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

 span { border-color: rgb(55,125,105); }

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