#418266

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

Shades of Viridian #418266

Tints of Viridian #418266

Color information

#418266 (or 0x418266) is unknown color: approx Viridian. HEX triplet: 41, 82 and 66. RGB value is (65,130,102). Sum of RGB (Red+Green+Blue) = 65+130+102=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #418266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418266 is #BE7D99. Grayscale: #6B6B6B. Windows color (decimal): -12483994 or 6718017. OLE color: 6718017.

HSL color Cylindrical-coordinate representation of color #418266: hue angle of 154.15º 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 #418266 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB65130102-
CMYK0.5000.220.49
HSL154.15º33.33%38.24%-
HSV(B)154.15º50%50.98%-
XYZ12.5618.0515.39-
YUV107.37124.9797.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=21.89%
G=43.77%
B=34.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651301020.5000.220.49154.1533.3338.24
Hex41826632016319a2126
Octal10120214662026612324146
Binary100000110000010110011011001001011011000110011010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418266; }

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

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

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

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

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

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

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

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