#41866B

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

Shades of Viridian #41866B

Tints of Viridian #41866B

Color information

#41866B (or 0x41866B) is unknown color: approx Viridian. HEX triplet: 41, 86 and 6B. RGB value is (65,134,107). Sum of RGB (Red+Green+Blue) = 65+134+107=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #41866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41866B is #BE7994. Grayscale: #6E6E6E. Windows color (decimal): -12482965 or 7046721. OLE color: 7046721.

HSL color Cylindrical-coordinate representation of color #41866B: hue angle of 156.52º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41866B is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB65134107-
CMYK0.5100.200.47
HSL156.52º34.67%39.02%-
HSV(B)156.52º51.49%52.55%-
XYZ13.3619.2416.92-
YUV110.29126.1495.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.24%
GREEN value IS 134 (52.73% from 255) = 43.79%
BLUE value IS 107 (42.19% from 255) = 34.97%
R=21.24%
G=43.79%
B=34.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651341070.5100.200.47156.5234.6739.02
Hex41866B330142F9d2327
Octal10120615363024572354347
Binary100000110000110110101111001101010010111110011101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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