#378472

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

Shades of Viridian #378472

Tints of Viridian #378472

Color information

#378472 (or 0x378472) is unknown color: approx Viridian. HEX triplet: 37, 84 and 72. RGB value is (55,132,114). Sum of RGB (Red+Green+Blue) = 55+132+114=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #378472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378472 is #C87B8D. Grayscale: #6A6A6A. Windows color (decimal): -13138830 or 7504951. OLE color: 7504951.

HSL color Cylindrical-coordinate representation of color #378472: hue angle of 165.97º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378472 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB55132114-
CMYK0.5800.140.48
HSL165.97º41.18%36.67%-
HSV(B)165.97º58.33%51.76%-
XYZ12.8618.5318.82-
YUV106.92131.9990.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 132 (51.95% from 255) = 43.85%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=18.27%
G=43.85%
B=37.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551321140.5800.140.48165.9741.1836.67
Hex3784723A0E30a62925
Octal6720416272016602465145
Binary1101111000010011100101110100111011000010100110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378472; }

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

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

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

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

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

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

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

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