#418071

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

Shades of Viridian #418071

Tints of Viridian #418071

Color information

#418071 (or 0x418071) is unknown color: approx Viridian. HEX triplet: 41, 80 and 71. RGB value is (65,128,113). Sum of RGB (Red+Green+Blue) = 65+128+113=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 128 - color contains mainly: green. Hex color #418071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418071 is #BE7F8E. Grayscale: #6B6B6B. Windows color (decimal): -12484495 or 7438401. OLE color: 7438401.

HSL color Cylindrical-coordinate representation of color #418071: hue angle of 165.71º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #418071 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB65128113-
CMYK0.4900.120.50
HSL165.71º32.64%37.84%-
HSV(B)165.71º49.22%50.2%-
XYZ12.8817.7518.37-
YUV107.45131.1397.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.24%
GREEN value IS 128 (50.39% from 255) = 41.83%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=21.24%
G=41.83%
B=36.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal651281130.4900.120.50165.7132.6437.84
Hex418071310C32a62126
Octal10120016161014622464146
Binary10000011000000011100011100010110011001010100110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418071; }

 p { color: rgb(65,128,113); }

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

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

 a { background-color: rgb(65,128,113); }

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

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

 span { border-color: rgb(65,128,113); }

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