#41816E

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

Shades of Viridian #41816E

Tints of Viridian #41816E

Color information

#41816E (or 0x41816E) is unknown color: approx Viridian. HEX triplet: 41, 81 and 6E. RGB value is (65,129,110). Sum of RGB (Red+Green+Blue) = 65+129+110=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #41816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41816E is #BE7E91. Grayscale: #6B6B6B. Windows color (decimal): -12484242 or 7242049. OLE color: 7242049.

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

Color convert

RGB65129110-
CMYK0.5000.150.49
HSL162.19º32.99%38.04%-
HSV(B)162.19º49.61%50.59%-
XYZ12.8417.9517.54-
YUV107.7129.397.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.38%
GREEN value IS 129 (50.78% from 255) = 42.43%
BLUE value IS 110 (43.36% from 255) = 36.18%
R=21.38%
G=42.43%
B=36.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651291100.5000.150.49162.1932.9938.04
Hex41816E320F31a22126
Octal10120115662017612424146
Binary10000011000000111011101100100111111000110100010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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