#378570

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

Shades of Viridian #378570

Tints of Viridian #378570

Color information

#378570 (or 0x378570) is unknown color: approx Viridian. HEX triplet: 37, 85 and 70. RGB value is (55,133,112). Sum of RGB (Red+Green+Blue) = 55+133+112=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #378570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378570 is #C87A8F. Grayscale: #6B6B6B. Windows color (decimal): -13138576 or 7374135. OLE color: 7374135.

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

Color convert

RGB55133112-
CMYK0.5900.160.48
HSL163.85º41.49%36.86%-
HSV(B)163.85º58.65%52.16%-
XYZ12.8918.7618.27-
YUV107.28130.6690.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.33%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 112 (44.14% from 255) = 37.33%
R=18.33%
G=44.33%
B=37.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551331120.5900.160.48163.8541.4936.86
Hex3785703B01030a42925
Octal6720516073020602445145
Binary11011110000101111000011101101000011000010100100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378570; }

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

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

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

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

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

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

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

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