#418673

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

Shades of Viridian #418673

Tints of Viridian #418673

Color information

#418673 (or 0x418673) is unknown color: approx Viridian. HEX triplet: 41, 86 and 73. RGB value is (65,134,115). Sum of RGB (Red+Green+Blue) = 65+134+115=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #418673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418673 is #BE798C. Grayscale: #6F6F6F. Windows color (decimal): -12482957 or 7571009. OLE color: 7571009.

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

Color convert

RGB65134115-
CMYK0.5100.140.47
HSL163.48º34.67%39.02%-
HSV(B)163.48º51.49%52.55%-
XYZ13.819.4119.24-
YUV111.2130.1495.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 134 (52.73% from 255) = 42.68%
BLUE value IS 115 (45.31% from 255) = 36.62%
R=20.70%
G=42.68%
B=36.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651341150.5100.140.47163.4834.6739.02
Hex418673330E2Fa32327
Octal10120616363016572434347
Binary10000011000011011100111100110111010111110100011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418673; }

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

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

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

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

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

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

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

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