#418771

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

Shades of Viridian #418771

Tints of Viridian #418771

Color information

#418771 (or 0x418771) is unknown color: approx Viridian. HEX triplet: 41, 87 and 71. RGB value is (65,135,113). Sum of RGB (Red+Green+Blue) = 65+135+113=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #418771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418771 is #BE788E. Grayscale: #6F6F6F. Windows color (decimal): -12482703 or 7440193. OLE color: 7440193.

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

Color convert

RGB65135113-
CMYK0.5200.160.47
HSL161.14º35%39.22%-
HSV(B)161.14º51.85%52.94%-
XYZ13.8219.6418.69-
YUV111.56128.8194.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 135 (53.12% from 255) = 43.13%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=20.77%
G=43.13%
B=36.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651351130.5200.160.47161.143539.22
Hex418771340102Fa12327
Octal10120716164020572414347
Binary100000110000111111000111010001000010111110100001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418771; }

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

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

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

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

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

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

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

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