#378873

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

Shades of Viridian #378873

Tints of Viridian #378873

Color information

#378873 (or 0x378873) is unknown color: approx Viridian. HEX triplet: 37, 88 and 73. RGB value is (55,136,115). Sum of RGB (Red+Green+Blue) = 55+136+115=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #378873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378873 is #C8778C. Grayscale: #6D6D6D. Windows color (decimal): -13137805 or 7571511. OLE color: 7571511.

HSL color Cylindrical-coordinate representation of color #378873: hue angle of 164.44º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378873 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB55136115-
CMYK0.6000.150.47
HSL164.44º42.41%37.45%-
HSV(B)164.44º59.56%53.33%-
XYZ13.4719.6619.3-
YUV109.39131.1689.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.97%
GREEN value IS 136 (53.52% from 255) = 44.44%
BLUE value IS 115 (45.31% from 255) = 37.58%
R=17.97%
G=44.44%
B=37.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551361150.6000.150.47164.4442.4137.45
Hex3788733C0F2Fa42a25
Octal6721016374017572445245
Binary1101111000100011100111111000111110111110100100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378873; }

 p { color: rgb(55,136,115); }

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

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

 a { background-color: rgb(55,136,115); }

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

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

 span { border-color: rgb(55,136,115); }

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