#418065

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

Shades of Viridian #418065

Tints of Viridian #418065

Color information

#418065 (or 0x418065) is unknown color: approx Viridian. HEX triplet: 41, 80 and 65. RGB value is (65,128,101). Sum of RGB (Red+Green+Blue) = 65+128+101=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #418065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418065 is #BE7F9A. Grayscale: #6A6A6A. Windows color (decimal): -12484507 or 6651969. OLE color: 6651969.

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

Color convert

RGB65128101-
CMYK0.4900.210.50
HSL154.29º32.64%37.84%-
HSV(B)154.29º49.22%50.2%-
XYZ12.2517.515.04-
YUV106.08125.1398.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.11%
GREEN value IS 128 (50.39% from 255) = 43.54%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=22.11%
G=43.54%
B=34.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal651281010.4900.210.50154.2932.6437.84
Hex41806531015329a2126
Octal10120014561025622324146
Binary100000110000000110010111000101010111001010011010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418065; }

 p { color: rgb(65,128,101); }

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

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

 a { background-color: rgb(65,128,101); }

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

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

 span { border-color: rgb(65,128,101); }

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