#378774

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

Shades of Viridian #378774

Tints of Viridian #378774

Color information

#378774 (or 0x378774) is unknown color: approx Viridian. HEX triplet: 37, 87 and 74. RGB value is (55,135,116). Sum of RGB (Red+Green+Blue) = 55+135+116=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #378774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378774 is #C8788B. Grayscale: #6C6C6C. Windows color (decimal): -13138060 or 7636791. OLE color: 7636791.

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

Color convert

RGB55135116-
CMYK0.5900.140.47
HSL165.75º42.11%37.25%-
HSV(B)165.75º59.26%52.94%-
XYZ13.3919.419.56-
YUV108.9113289.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.97%
GREEN value IS 135 (53.12% from 255) = 44.12%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=17.97%
G=44.12%
B=37.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551351160.5900.140.47165.7542.1137.25
Hex3787743B0E2Fa62a25
Octal6720716473016572465245
Binary1101111000011111101001110110111010111110100110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378774; }

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

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

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

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

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

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

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

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