#41846F

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

Shades of Viridian #41846F

Tints of Viridian #41846F

Color information

#41846F (or 0x41846F) is unknown color: approx Viridian. HEX triplet: 41, 84 and 6F. RGB value is (65,132,111). Sum of RGB (Red+Green+Blue) = 65+132+111=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #41846F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41846F is #BE7B90. Grayscale: #6D6D6D. Windows color (decimal): -12483473 or 7308353. OLE color: 7308353.

HSL color Cylindrical-coordinate representation of color #41846F: hue angle of 161.19º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41846F is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB65132111-
CMYK0.5100.160.48
HSL161.19º34.01%38.63%-
HSV(B)161.19º50.76%51.76%-
XYZ13.318.7717.96-
YUV109.57128.896.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.10%
GREEN value IS 132 (51.95% from 255) = 42.86%
BLUE value IS 111 (43.75% from 255) = 36.04%
R=21.10%
G=42.86%
B=36.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651321110.5100.160.48161.1934.0138.63
Hex41846F3301030a12227
Octal10120415763020602414247
Binary100000110000100110111111001101000011000010100001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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