#378068

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

Shades of Viridian #378068

Tints of Viridian #378068

Color information

#378068 (or 0x378068) is unknown color: approx Viridian. HEX triplet: 37, 80 and 68. RGB value is (55,128,104). Sum of RGB (Red+Green+Blue) = 55+128+104=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #378068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378068 is #C87F97. Grayscale: #676767. Windows color (decimal): -13139864 or 6848567. OLE color: 6848567.

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

Color convert

RGB55128104-
CMYK0.5700.190.50
HSL160.27º39.89%35.88%-
HSV(B)160.27º57.03%50.2%-
XYZ11.7917.2515.8-
YUV103.44128.3293.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.16%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=19.16%
G=44.60%
B=36.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal551281040.5700.190.50160.2739.8935.88
Hex3780683901332a02824
Octal6720015071023622405044
Binary11011110000000110100011100101001111001010100000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378068; }

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

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

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

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

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

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

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

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