#418773

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

Shades of Viridian #418773

Tints of Viridian #418773

Color information

#418773 (or 0x418773) is unknown color: approx Viridian. HEX triplet: 41, 87 and 73. RGB value is (65,135,115). Sum of RGB (Red+Green+Blue) = 65+135+115=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #418773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418773 is #BE788C. Grayscale: #6F6F6F. Windows color (decimal): -12482701 or 7571265. OLE color: 7571265.

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

Color convert

RGB65135115-
CMYK0.5200.150.47
HSL162.86º35%39.22%-
HSV(B)162.86º51.85%52.94%-
XYZ13.9419.6919.29-
YUV111.79129.8194.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.63%
GREEN value IS 135 (53.12% from 255) = 42.86%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=20.63%
G=42.86%
B=36.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651351150.5200.150.47162.863539.22
Hex418773340F2Fa32327
Octal10120716364017572434347
Binary10000011000011111100111101000111110111110100011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418773; }

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

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

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

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

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

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

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

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