#418574

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

Shades of Viridian #418574

Tints of Viridian #418574

Color information

#418574 (or 0x418574) is unknown color: approx Viridian. HEX triplet: 41, 85 and 74. RGB value is (65,133,116). Sum of RGB (Red+Green+Blue) = 65+133+116=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #418574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418574 is #BE7A8B. Grayscale: #6E6E6E. Windows color (decimal): -12483212 or 7636289. OLE color: 7636289.

HSL color Cylindrical-coordinate representation of color #418574: hue angle of 165º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418574 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB65133116-
CMYK0.5100.130.48
HSL165º34.34%38.82%-
HSV(B)165º51.13%52.16%-
XYZ13.7219.1619.5-
YUV110.73130.9795.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 116 (45.70% from 255) = 36.94%
R=20.70%
G=42.36%
B=36.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651331160.5100.130.4816534.3438.82
Hex418574330D30a52227
Octal10120516463015602454247
Binary10000011000010111101001100110110111000010100101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418574; }

 p { color: rgb(65,133,116); }

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

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

 a { background-color: rgb(65,133,116); }

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

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

 span { border-color: rgb(65,133,116); }

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