#378368

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

Shades of Viridian #378368

Tints of Viridian #378368

Color information

#378368 (or 0x378368) is unknown color: approx Viridian. HEX triplet: 37, 83 and 68. RGB value is (55,131,104). Sum of RGB (Red+Green+Blue) = 55+131+104=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #378368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378368 is #C87C97. Grayscale: #696969. Windows color (decimal): -13139096 or 6849335. OLE color: 6849335.

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

Color convert

RGB55131104-
CMYK0.5800.210.49
HSL158.68º40.86%36.47%-
HSV(B)158.68º58.02%51.37%-
XYZ12.1918.0415.94-
YUV105.2127.3292.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 131 (51.56% from 255) = 45.17%
BLUE value IS 104 (41.02% from 255) = 35.86%
R=18.97%
G=45.17%
B=35.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551311040.5800.210.49158.6840.8636.47
Hex3783683A015319f2924
Octal6720315072025612375144
Binary11011110000011110100011101001010111000110011111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378368; }

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

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

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

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

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

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

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

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