#377B67

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

Shades of Viridian #377B67

Tints of Viridian #377B67

Color information

#377B67 (or 0x377B67) is unknown color: approx Viridian. HEX triplet: 37, 7B and 67. RGB value is (55,123,103). Sum of RGB (Red+Green+Blue) = 55+123+103=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 123 - color contains mainly: green. Hex color #377B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B67 is #C88498. Grayscale: #646464. Windows color (decimal): -13141145 or 6781751. OLE color: 6781751.

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

Color convert

RGB55123103-
CMYK0.5500.160.52
HSL162.35º38.2%34.9%-
HSV(B)162.35º55.28%48.24%-
XYZ11.1115.9615.33-
YUV100.39129.4795.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.57%
GREEN value IS 123 (48.44% from 255) = 43.77%
BLUE value IS 103 (40.62% from 255) = 36.65%
R=19.57%
G=43.77%
B=36.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal551231030.5500.160.52162.3538.234.9
Hex377B673701034a22623
Octal6717314767020642424643
Binary1101111111011110011111011101000011010010100010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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