#418F6E

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

Shades of Viridian #418F6E

Tints of Viridian #418F6E

Color information

#418F6E (or 0x418F6E) is unknown color: approx Viridian. HEX triplet: 41, 8F and 6E. RGB value is (65,143,110). Sum of RGB (Red+Green+Blue) = 65+143+110=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 143 - color contains mainly: green. Hex color #418F6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418F6E is #BE7091. Grayscale: #737373. Windows color (decimal): -12480658 or 7245633. OLE color: 7245633.

HSL color Cylindrical-coordinate representation of color #418F6E: hue angle of 154.62º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418F6E is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB65143110-
CMYK0.5500.230.44
HSL154.62º37.5%40.78%-
HSV(B)154.62º54.55%56.08%-
XYZ14.8221.8918.2-
YUV115.92124.6691.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 143 (56.25% from 255) = 44.97%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=20.44%
G=44.97%
B=34.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651431100.5500.230.44154.6237.540.78
Hex418F6E370172C9b2629
Octal10121715667027542334651
Binary100000110001111110111011011101011110110010011011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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