#418A6D

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

Shades of Viridian #418A6D

Tints of Viridian #418A6D

Color information

#418A6D (or 0x418A6D) is unknown color: approx Viridian. HEX triplet: 41, 8A and 6D. RGB value is (65,138,109). Sum of RGB (Red+Green+Blue) = 65+138+109=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #418A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A6D is #BE7592. Grayscale: #707070. Windows color (decimal): -12481939 or 7178817. OLE color: 7178817.

HSL color Cylindrical-coordinate representation of color #418A6D: hue angle of 156.16º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418A6D is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB65138109-
CMYK0.5300.210.46
HSL156.16º35.96%39.8%-
HSV(B)156.16º52.9%54.12%-
XYZ14.0320.417.67-
YUV112.87125.8293.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 138 (54.30% from 255) = 44.23%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=20.83%
G=44.23%
B=34.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651381090.5300.210.46156.1635.9639.8
Hex418A6D350152E9c2428
Octal10121215565025562344450
Binary100000110001010110110111010101010110111010011100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418A6D; }

 p { color: rgb(65,138,109); }

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

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

 a { background-color: rgb(65,138,109); }

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

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

 span { border-color: rgb(65,138,109); }

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