#378664

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

Shades of Viridian #378664

Tints of Viridian #378664

Color information

#378664 (or 0x378664) is unknown color: approx Viridian. HEX triplet: 37, 86 and 64. RGB value is (55,134,100). Sum of RGB (Red+Green+Blue) = 55+134+100=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #378664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378664 is #C8799B. Grayscale: #6A6A6A. Windows color (decimal): -13138332 or 6587959. OLE color: 6587959.

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

Color convert

RGB55134100-
CMYK0.5900.250.47
HSL154.18º41.8%37.06%-
HSV(B)154.18º58.96%52.55%-
XYZ12.418.7815.03-
YUV106.5124.3391.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 134 (52.73% from 255) = 46.37%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=19.03%
G=46.37%
B=34.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551341000.5900.250.47154.1841.837.06
Hex3786643B0192F9a2a25
Octal6720614473031572325245
Binary11011110000110110010011101101100110111110011010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378664; }

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

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

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

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

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

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

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

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