#418778

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

Shades of Viridian #418778

Tints of Viridian #418778

Color information

#418778 (or 0x418778) is unknown color: approx Viridian. HEX triplet: 41, 87 and 78. RGB value is (65,135,120). Sum of RGB (Red+Green+Blue) = 65+135+120=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #418778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418778 is #BE7887. Grayscale: #707070. Windows color (decimal): -12482696 or 7898945. OLE color: 7898945.

HSL color Cylindrical-coordinate representation of color #418778: hue angle of 167.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418778 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB65135120-
CMYK0.5200.110.47
HSL167.14º35%39.22%-
HSV(B)167.14º51.85%52.94%-
XYZ14.2319.8120.84-
YUV112.36132.3194.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.31%
GREEN value IS 135 (53.12% from 255) = 42.19%
BLUE value IS 120 (47.27% from 255) = 37.5%
R=20.31%
G=42.19%
B=37.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651351200.5200.110.47167.143539.22
Hex418778340B2Fa72327
Octal10120717064013572474347
Binary10000011000011111110001101000101110111110100111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418778; }

 p { color: rgb(65,135,120); }

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

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

 a { background-color: rgb(65,135,120); }

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

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

 span { border-color: rgb(65,135,120); }

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