#416852

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

Shades of Viridian Green #416852

Tints of Viridian Green #416852

Color information

#416852 (or 0x416852) is unknown color: approx Viridian Green. HEX triplet: 41, 68 and 52. RGB value is (65,104,82). Sum of RGB (Red+Green+Blue) = 65+104+82=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 104 - color contains mainly: green. Hex color #416852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416852 is #BE97AD. Grayscale: #595959. Windows color (decimal): -12490670 or 5400641. OLE color: 5400641.

HSL color Cylindrical-coordinate representation of color #416852: hue angle of 146.15º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416852 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB6510482-
CMYK0.3800.210.59
HSL146.15º23.08%33.14%-
HSV(B)146.15º37.5%40.78%-
XYZ8.6511.639.77-
YUV89.83123.58110.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.90%
GREEN value IS 104 (41.02% from 255) = 41.43%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=25.90%
G=41.43%
B=32.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65104820.3800.210.59146.1523.0833.14
Hex416852260153B921721
Octal10115012246025732222741
Binary1000001110100010100101001100101011110111001001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416852; }

 p { color: rgb(65,104,82); }

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

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

 a { background-color: rgb(65,104,82); }

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

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

 span { border-color: rgb(65,104,82); }

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