#41846C

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

Shades of Viridian #41846C

Tints of Viridian #41846C

Color information

#41846C (or 0x41846C) is unknown color: approx Viridian. HEX triplet: 41, 84 and 6C. RGB value is (65,132,108). Sum of RGB (Red+Green+Blue) = 65+132+108=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #41846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41846C is #BE7B93. Grayscale: #6D6D6D. Windows color (decimal): -12483476 or 7111745. OLE color: 7111745.

HSL color Cylindrical-coordinate representation of color #41846C: hue angle of 158.51º 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 #41846C is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB65132108-
CMYK0.5100.180.48
HSL158.51º34.01%38.63%-
HSV(B)158.51º50.76%51.76%-
XYZ13.1418.7117.11-
YUV109.23127.396.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.31%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=21.31%
G=43.28%
B=35.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651321080.5100.180.48158.5134.0138.63
Hex41846C33012309f2227
Octal10120415463022602374247
Binary100000110000100110110011001101001011000010011111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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