#418674

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

Shades of Viridian #418674

Tints of Viridian #418674

Color information

#418674 (or 0x418674) is unknown color: approx Viridian. HEX triplet: 41, 86 and 74. RGB value is (65,134,116). Sum of RGB (Red+Green+Blue) = 65+134+116=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #418674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418674 is #BE798B. Grayscale: #6F6F6F. Windows color (decimal): -12482956 or 7636545. OLE color: 7636545.

HSL color Cylindrical-coordinate representation of color #418674: hue angle of 164.35º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418674 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB65134116-
CMYK0.5100.130.47
HSL164.35º34.67%39.02%-
HSV(B)164.35º51.49%52.55%-
XYZ13.8619.4319.54-
YUV111.32130.6494.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.63%
GREEN value IS 134 (52.73% from 255) = 42.54%
BLUE value IS 116 (45.70% from 255) = 36.83%
R=20.63%
G=42.54%
B=36.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651341160.5100.130.47164.3534.6739.02
Hex418674330D2Fa42327
Octal10120616463015572444347
Binary10000011000011011101001100110110110111110100100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418674; }

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

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

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

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

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

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

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

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