#418B6E

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

Shades of Viridian #418B6E

Tints of Viridian #418B6E

Color information

#418B6E (or 0x418B6E) is unknown color: approx Viridian. HEX triplet: 41, 8B and 6E. RGB value is (65,139,110). Sum of RGB (Red+Green+Blue) = 65+139+110=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #418B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B6E is #BE7491. Grayscale: #717171. Windows color (decimal): -12481682 or 7244609. OLE color: 7244609.

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

Color convert

RGB65139110-
CMYK0.5300.210.45
HSL156.49º36.27%40%-
HSV(B)156.49º53.24%54.51%-
XYZ14.2320.7118-
YUV113.57125.9893.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 139 (54.69% from 255) = 44.27%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=20.70%
G=44.27%
B=35.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651391100.5300.210.45156.4936.2740
Hex418B6E350152D9c2428
Octal10121315665025552344450
Binary100000110001011110111011010101010110110110011100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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