#378672

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

Shades of Viridian #378672

Tints of Viridian #378672

Color information

#378672 (or 0x378672) is unknown color: approx Viridian. HEX triplet: 37, 86 and 72. RGB value is (55,134,114). Sum of RGB (Red+Green+Blue) = 55+134+114=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #378672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378672 is #C8798D. Grayscale: #6C6C6C. Windows color (decimal): -13138318 or 7505463. OLE color: 7505463.

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

Color convert

RGB55134114-
CMYK0.5900.150.47
HSL164.81º41.8%37.06%-
HSV(B)164.81º58.96%52.55%-
XYZ13.1419.0818.91-
YUV108.1131.3390.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.15%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=18.15%
G=44.22%
B=37.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551341140.5900.150.47164.8141.837.06
Hex3786723B0F2Fa52a25
Octal6720616273017572455245
Binary1101111000011011100101110110111110111110100101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378672; }

 p { color: rgb(55,134,114); }

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

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

 a { background-color: rgb(55,134,114); }

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

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

 span { border-color: rgb(55,134,114); }

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