#378364

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

Shades of Viridian #378364

Tints of Viridian #378364

Color information

#378364 (or 0x378364) is unknown color: approx Viridian. HEX triplet: 37, 83 and 64. RGB value is (55,131,100). Sum of RGB (Red+Green+Blue) = 55+131+100=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #378364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378364 is #C87C9B. Grayscale: #686868. Windows color (decimal): -13139100 or 6587191. OLE color: 6587191.

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

Color convert

RGB55131100-
CMYK0.5800.240.49
HSL155.53º40.86%36.47%-
HSV(B)155.53º58.02%51.37%-
XYZ11.9917.9614.89-
YUV104.74125.3292.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.23%
GREEN value IS 131 (51.56% from 255) = 45.80%
BLUE value IS 100 (39.45% from 255) = 34.97%
R=19.23%
G=45.80%
B=34.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551311000.5800.240.49155.5340.8636.47
Hex3783643A018319c2924
Octal6720314472030612345144
Binary11011110000011110010011101001100011000110011100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378364; }

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

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

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

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

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

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

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

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