#418275

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

Shades of Viridian #418275

Tints of Viridian #418275

Color information

#418275 (or 0x418275) is unknown color: approx Viridian. HEX triplet: 41, 82 and 75. RGB value is (65,130,117). Sum of RGB (Red+Green+Blue) = 65+130+117=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #418275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418275 is #BE7D8A. Grayscale: #6D6D6D. Windows color (decimal): -12483979 or 7701057. OLE color: 7701057.

HSL color Cylindrical-coordinate representation of color #418275: hue angle of 168º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418275 is Cyan = 0.50, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB65130117-
CMYK0.5000.10.49
HSL168º33.33%38.24%-
HSV(B)168º50%50.98%-
XYZ13.3718.3719.67-
YUV109.08132.4796.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 117 (46.09% from 255) = 37.5%
R=20.83%
G=41.67%
B=37.5%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651301170.5000.10.4916833.3338.24
Hex418275320A31a82126
Octal10120216562012612504146
Binary10000011000001011101011100100101011000110101000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418275; }

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

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

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

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

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

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

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

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