#418A6E

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

Shades of Viridian #418A6E

Tints of Viridian #418A6E

Color information

#418A6E (or 0x418A6E) is unknown color: approx Viridian. HEX triplet: 41, 8A and 6E. RGB value is (65,138,110). Sum of RGB (Red+Green+Blue) = 65+138+110=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #418A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A6E is #BE7591. Grayscale: #717171. Windows color (decimal): -12481938 or 7244353. OLE color: 7244353.

HSL color Cylindrical-coordinate representation of color #418A6E: hue angle of 156.99º 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 #418A6E is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB65138110-
CMYK0.5300.200.46
HSL156.99º35.96%39.8%-
HSV(B)156.99º52.9%54.12%-
XYZ14.0820.4317.95-
YUV112.98126.3293.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 138 (54.30% from 255) = 44.09%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=20.77%
G=44.09%
B=35.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651381100.5300.200.46156.9935.9639.8
Hex418A6E350142E9d2428
Octal10121215665024562354450
Binary100000110001010110111011010101010010111010011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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