#418777

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

Shades of Viridian #418777

Tints of Viridian #418777

Color information

#418777 (or 0x418777) is unknown color: approx Viridian. HEX triplet: 41, 87 and 77. RGB value is (65,135,119). Sum of RGB (Red+Green+Blue) = 65+135+119=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #418777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418777 is #BE7888. Grayscale: #707070. Windows color (decimal): -12482697 or 7833409. OLE color: 7833409.

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

Color convert

RGB65135119-
CMYK0.5200.120.47
HSL166.29º35%39.22%-
HSV(B)166.29º51.85%52.94%-
XYZ14.1719.7820.52-
YUV112.25131.8194.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.38%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 119 (46.88% from 255) = 37.30%
R=20.38%
G=42.32%
B=37.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651351190.5200.120.47166.293539.22
Hex418777340C2Fa62327
Octal10120716764014572464347
Binary10000011000011111101111101000110010111110100110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418777; }

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

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

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

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

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

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

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

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