#378A71

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

Shades of Viridian #378A71

Tints of Viridian #378A71

Color information

#378A71 (or 0x378A71) is unknown color: approx Viridian. HEX triplet: 37, 8A and 71. RGB value is (55,138,113). Sum of RGB (Red+Green+Blue) = 55+138+113=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #378A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378A71 is #C8758E. Grayscale: #6E6E6E. Windows color (decimal): -13137295 or 7440951. OLE color: 7440951.

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

Color convert

RGB55138113-
CMYK0.6000.180.46
HSL161.93º43.01%37.84%-
HSV(B)161.93º60.14%54.12%-
XYZ13.6420.1818.8-
YUV110.33129.588.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.97%
GREEN value IS 138 (54.30% from 255) = 45.10%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=17.97%
G=45.10%
B=36.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551381130.6000.180.46161.9343.0137.84
Hex378A713C0122Ea22b26
Octal6721216174022562425346
Binary11011110001010111000111110001001010111010100010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,138,113); }

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

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

 a { background-color: rgb(55,138,113); }

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

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

 span { border-color: rgb(55,138,113); }

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