#418575

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

Shades of Viridian #418575

Tints of Viridian #418575

Color information

#418575 (or 0x418575) is unknown color: approx Viridian. HEX triplet: 41, 85 and 75. RGB value is (65,133,117). Sum of RGB (Red+Green+Blue) = 65+133+117=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #418575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418575 is #BE7A8A. Grayscale: #6E6E6E. Windows color (decimal): -12483211 or 7701825. OLE color: 7701825.

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

Color convert

RGB65133117-
CMYK0.5100.120.48
HSL165.88º34.34%38.82%-
HSV(B)165.88º51.13%52.16%-
XYZ13.7819.1819.81-
YUV110.84131.4795.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.63%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=20.63%
G=42.22%
B=37.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651331170.5100.120.48165.8834.3438.82
Hex418575330C30a62227
Octal10120516563014602464247
Binary10000011000010111101011100110110011000010100110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418575; }

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

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

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

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

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

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

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

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