#378670

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

Shades of Viridian #378670

Tints of Viridian #378670

Color information

#378670 (or 0x378670) is unknown color: approx Viridian. HEX triplet: 37, 86 and 70. RGB value is (55,134,112). Sum of RGB (Red+Green+Blue) = 55+134+112=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #378670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378670 is #C8798F. Grayscale: #6B6B6B. Windows color (decimal): -13138320 or 7374391. OLE color: 7374391.

HSL color Cylindrical-coordinate representation of color #378670: hue angle of 163.29º 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 #378670 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB55134112-
CMYK0.5900.160.47
HSL163.29º41.8%37.06%-
HSV(B)163.29º58.96%52.55%-
XYZ13.0319.0318.32-
YUV107.87130.3390.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=18.27%
G=44.52%
B=37.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551341120.5900.160.47163.2941.837.06
Hex3786703B0102Fa32a25
Octal6720616073020572435245
Binary11011110000110111000011101101000010111110100011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378670; }

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

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

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

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

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

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

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

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