#378365

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

Shades of Viridian #378365

Tints of Viridian #378365

Color information

#378365 (or 0x378365) is unknown color: approx Viridian. HEX triplet: 37, 83 and 65. RGB value is (55,131,101). Sum of RGB (Red+Green+Blue) = 55+131+101=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #378365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378365 is #C87C9A. Grayscale: #686868. Windows color (decimal): -13139099 or 6652727. OLE color: 6652727.

HSL color Cylindrical-coordinate representation of color #378365: hue angle of 156.32º 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 #378365 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB55131101-
CMYK0.5800.230.49
HSL156.32º40.86%36.47%-
HSV(B)156.32º58.02%51.37%-
XYZ12.0417.9815.15-
YUV104.86125.8292.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.16%
GREEN value IS 131 (51.56% from 255) = 45.64%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=19.16%
G=45.64%
B=35.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551311010.5800.230.49156.3240.8636.47
Hex3783653A017319c2924
Octal6720314572027612345144
Binary11011110000011110010111101001011111000110011100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378365; }

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

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

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

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

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

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

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

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