#378565

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

Shades of Viridian #378565

Tints of Viridian #378565

Color information

#378565 (or 0x378565) is unknown color: approx Viridian. HEX triplet: 37, 85 and 65. RGB value is (55,133,101). Sum of RGB (Red+Green+Blue) = 55+133+101=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #378565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378565 is #C87A9A. Grayscale: #6A6A6A. Windows color (decimal): -13138587 or 6653239. OLE color: 6653239.

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

Color convert

RGB55133101-
CMYK0.5900.240.48
HSL155.38º41.49%36.86%-
HSV(B)155.38º58.65%52.16%-
XYZ12.3118.5315.24-
YUV106.03125.1691.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 133 (52.34% from 255) = 46.02%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=19.03%
G=46.02%
B=34.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551331010.5900.240.48155.3841.4936.86
Hex3785653B018309b2925
Octal6720514573030602335145
Binary11011110000101110010111101101100011000010011011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378565; }

 p { color: rgb(55,133,101); }

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

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

 a { background-color: rgb(55,133,101); }

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

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

 span { border-color: rgb(55,133,101); }

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