#378668

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

Shades of Viridian #378668

Tints of Viridian #378668

Color information

#378668 (or 0x378668) is unknown color: approx Viridian. HEX triplet: 37, 86 and 68. RGB value is (55,134,104). Sum of RGB (Red+Green+Blue) = 55+134+104=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #378668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378668 is #C87997. Grayscale: #6B6B6B. Windows color (decimal): -13138328 or 6850103. OLE color: 6850103.

HSL color Cylindrical-coordinate representation of color #378668: hue angle of 157.22º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378668 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB55134104-
CMYK0.5900.220.47
HSL157.22º41.8%37.06%-
HSV(B)157.22º58.96%52.55%-
XYZ12.618.8616.07-
YUV106.96126.3390.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.77%
GREEN value IS 134 (52.73% from 255) = 45.73%
BLUE value IS 104 (41.02% from 255) = 35.49%
R=18.77%
G=45.73%
B=35.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551341040.5900.220.47157.2241.837.06
Hex3786683B0162F9d2a25
Octal6720615073026572355245
Binary11011110000110110100011101101011010111110011101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378668; }

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

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

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

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

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

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

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

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