#41816A

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

Shades of Viridian #41816A

Tints of Viridian #41816A

Color information

#41816A (or 0x41816A) is unknown color: approx Viridian. HEX triplet: 41, 81 and 6A. RGB value is (65,129,106). Sum of RGB (Red+Green+Blue) = 65+129+106=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #41816A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41816A is #BE7E95. Grayscale: #6B6B6B. Windows color (decimal): -12484246 or 6979905. OLE color: 6979905.

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

Color convert

RGB65129106-
CMYK0.5000.180.49
HSL158.44º32.99%38.04%-
HSV(B)158.44º49.61%50.59%-
XYZ12.6317.8616.42-
YUV107.24127.397.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.67%
GREEN value IS 129 (50.78% from 255) = 43%
BLUE value IS 106 (41.80% from 255) = 35.33%
R=21.67%
G=43%
B=35.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651291060.5000.180.49158.4432.9938.04
Hex41816A32012319e2126
Octal10120115262022612364146
Binary100000110000001110101011001001001011000110011110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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