#418175

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

Shades of Viridian #418175

Tints of Viridian #418175

Color information

#418175 (or 0x418175) is unknown color: approx Viridian. HEX triplet: 41, 81 and 75. RGB value is (65,129,117). Sum of RGB (Red+Green+Blue) = 65+129+117=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #418175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418175 is #BE7E8A. Grayscale: #6C6C6C. Windows color (decimal): -12484235 or 7700801. OLE color: 7700801.

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

Color convert

RGB65129117-
CMYK0.5000.090.49
HSL168.75º32.99%38.04%-
HSV(B)168.75º49.61%50.59%-
XYZ13.2418.1119.63-
YUV108.5132.896.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.90%
GREEN value IS 129 (50.78% from 255) = 41.48%
BLUE value IS 117 (46.09% from 255) = 37.62%
R=20.90%
G=41.48%
B=37.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651291170.5000.090.49168.7532.9938.04
Hex418175320931a92126
Octal10120116562011612514146
Binary10000011000000111101011100100100111000110101001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418175; }

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

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

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

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

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

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

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

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