#378777

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

Shades of Viridian #378777

Tints of Viridian #378777

Color information

#378777 (or 0x378777) is unknown color: approx Viridian. HEX triplet: 37, 87 and 77. RGB value is (55,135,119). Sum of RGB (Red+Green+Blue) = 55+135+119=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #378777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378777 is #C87888. Grayscale: #6D6D6D. Windows color (decimal): -13138057 or 7833399. OLE color: 7833399.

HSL color Cylindrical-coordinate representation of color #378777: hue angle of 168º 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 #378777 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB55135119-
CMYK0.5900.120.47
HSL168º42.11%37.25%-
HSV(B)168º59.26%52.94%-
XYZ13.5719.4720.5-
YUV109.26133.589.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.80%
GREEN value IS 135 (53.12% from 255) = 43.69%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=17.80%
G=43.69%
B=38.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551351190.5900.120.4716842.1137.25
Hex3787773B0C2Fa82a25
Octal6720716773014572505245
Binary1101111000011111101111110110110010111110101000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378777; }

 p { color: rgb(55,135,119); }

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

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

 a { background-color: rgb(55,135,119); }

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

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

 span { border-color: rgb(55,135,119); }

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