#418174

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

Shades of Viridian #418174

Tints of Viridian #418174

Color information

#418174 (or 0x418174) is unknown color: approx Viridian. HEX triplet: 41, 81 and 74. RGB value is (65,129,116). Sum of RGB (Red+Green+Blue) = 65+129+116=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #418174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418174 is #BE7E8B. Grayscale: #6C6C6C. Windows color (decimal): -12484236 or 7635265. OLE color: 7635265.

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

Color convert

RGB65129116-
CMYK0.5000.100.49
HSL167.81º32.99%38.04%-
HSV(B)167.81º49.61%50.59%-
XYZ13.1818.0919.32-
YUV108.38132.397.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.97%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 116 (45.70% from 255) = 37.42%
R=20.97%
G=41.61%
B=37.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651291160.5000.100.49167.8132.9938.04
Hex418174320A31a82126
Octal10120116462012612504146
Binary10000011000000111101001100100101011000110101000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418174; }

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

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

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

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

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

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

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

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