#418074

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

Shades of Viridian #418074

Tints of Viridian #418074

Color information

#418074 (or 0x418074) is unknown color: approx Viridian. HEX triplet: 41, 80 and 74. RGB value is (65,128,116). Sum of RGB (Red+Green+Blue) = 65+128+116=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #418074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418074 is #BE7F8B. Grayscale: #6B6B6B. Windows color (decimal): -12484492 or 7635009. OLE color: 7635009.

HSL color Cylindrical-coordinate representation of color #418074: hue angle of 168.57º 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 #418074 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB65128116-
CMYK0.4900.090.50
HSL168.57º32.64%37.84%-
HSV(B)168.57º49.22%50.2%-
XYZ13.0517.8219.28-
YUV107.8132.6397.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=21.04%
G=41.42%
B=37.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal651281160.4900.090.50168.5732.6437.84
Hex418074310932a92126
Octal10120016461011622514146
Binary10000011000000011101001100010100111001010101001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418074; }

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

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

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

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

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

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

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

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