#41816F

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

Shades of Viridian #41816F

Tints of Viridian #41816F

Color information

#41816F (or 0x41816F) is unknown color: approx Viridian. HEX triplet: 41, 81 and 6F. RGB value is (65,129,111). Sum of RGB (Red+Green+Blue) = 65+129+111=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #41816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41816F is #BE7E90. Grayscale: #6B6B6B. Windows color (decimal): -12484241 or 7307585. OLE color: 7307585.

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

Color convert

RGB65129111-
CMYK0.5000.140.49
HSL163.12º32.99%38.04%-
HSV(B)163.12º49.61%50.59%-
XYZ12.917.9717.83-
YUV107.81129.897.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.31%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 111 (43.75% from 255) = 36.39%
R=21.31%
G=42.30%
B=36.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651291110.5000.140.49163.1232.9938.04
Hex41816F320E31a32126
Octal10120115762016612434146
Binary10000011000000111011111100100111011000110100011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41816F; }

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

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

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

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

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

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

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

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