#378B74

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

Shades of Viridian #378B74

Tints of Viridian #378B74

Color information

#378B74 (or 0x378B74) is unknown color: approx Viridian. HEX triplet: 37, 8B and 74. RGB value is (55,139,116). Sum of RGB (Red+Green+Blue) = 55+139+116=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #378B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378B74 is #C8748B. Grayscale: #6F6F6F. Windows color (decimal): -13137036 or 7637815. OLE color: 7637815.

HSL color Cylindrical-coordinate representation of color #378B74: hue angle of 163.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378B74 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB55139116-
CMYK0.6000.170.45
HSL163.57º43.3%38.04%-
HSV(B)163.57º60.43%54.51%-
XYZ13.9620.5419.75-
YUV111.26130.6787.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.74%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 116 (45.70% from 255) = 37.42%
R=17.74%
G=44.84%
B=37.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551391160.6000.170.45163.5743.338.04
Hex378B743C0112Da42b26
Octal6721316474021552445346
Binary11011110001011111010011110001000110110110100100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378B74; }

 p { color: rgb(55,139,116); }

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

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

 a { background-color: rgb(55,139,116); }

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

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

 span { border-color: rgb(55,139,116); }

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