#378163

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

Shades of Viridian #378163

Tints of Viridian #378163

Color information

#378163 (or 0x378163) is unknown color: approx Viridian. HEX triplet: 37, 81 and 63. RGB value is (55,129,99). Sum of RGB (Red+Green+Blue) = 55+129+99=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #378163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378163 is #C87E9C. Grayscale: #676767. Windows color (decimal): -13139613 or 6521143. OLE color: 6521143.

HSL color Cylindrical-coordinate representation of color #378163: hue angle of 155.68º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #378163 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB5512999-
CMYK0.5700.230.49
HSL155.68º40.22%36.08%-
HSV(B)155.68º57.36%50.59%-
XYZ11.6817.4114.55-
YUV103.45125.4893.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.43%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=19.43%
G=45.58%
B=34.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55129990.5700.230.49155.6840.2236.08
Hex37816339017319c2824
Octal6720114371027612345044
Binary11011110000001110001111100101011111000110011100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378163; }

 p { color: rgb(55,129,99); }

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

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

 a { background-color: rgb(55,129,99); }

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

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

 span { border-color: rgb(55,129,99); }

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