#378968

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

Shades of Viridian #378968

Tints of Viridian #378968

Color information

#378968 (or 0x378968) is unknown color: approx Viridian. HEX triplet: 37, 89 and 68. RGB value is (55,137,104). Sum of RGB (Red+Green+Blue) = 55+137+104=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #378968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378968 is #C87697. Grayscale: #6C6C6C. Windows color (decimal): -13137560 or 6850871. OLE color: 6850871.

HSL color Cylindrical-coordinate representation of color #378968: hue angle of 155.85º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378968 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB55137104-
CMYK0.6000.240.46
HSL155.85º42.71%37.65%-
HSV(B)155.85º59.85%53.73%-
XYZ13.0219.716.21-
YUV108.72125.3389.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.58%
GREEN value IS 137 (53.91% from 255) = 46.28%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=18.58%
G=46.28%
B=35.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551371040.6000.240.46155.8542.7137.65
Hex3789683C0182E9c2b26
Octal6721115074030562345346
Binary11011110001001110100011110001100010111010011100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378968; }

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

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

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

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

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

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

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

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