#41816B

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

Shades of Viridian #41816B

Tints of Viridian #41816B

Color information

#41816B (or 0x41816B) is unknown color: approx Viridian. HEX triplet: 41, 81 and 6B. RGB value is (65,129,107). Sum of RGB (Red+Green+Blue) = 65+129+107=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #41816B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41816B is #BE7E94. Grayscale: #6B6B6B. Windows color (decimal): -12484245 or 7045441. OLE color: 7045441.

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

Color convert

RGB65129107-
CMYK0.5000.170.49
HSL159.38º32.99%38.04%-
HSV(B)159.38º49.61%50.59%-
XYZ12.6817.8916.69-
YUV107.36127.897.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 129 (50.78% from 255) = 42.86%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=21.59%
G=42.86%
B=35.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651291070.5000.170.49159.3832.9938.04
Hex41816B32011319f2126
Octal10120115362021612374146
Binary100000110000001110101111001001000111000110011111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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