#419874

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

Shades of Viridian #419874

Tints of Viridian #419874

Color information

#419874 (or 0x419874) is unknown color: approx Viridian. HEX triplet: 41, 98 and 74. RGB value is (65,152,116). Sum of RGB (Red+Green+Blue) = 65+152+116=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #419874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419874 is #BE678B. Grayscale: #797979. Windows color (decimal): -12478348 or 7641153. OLE color: 7641153.

HSL color Cylindrical-coordinate representation of color #419874: hue angle of 155.17º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419874 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB65152116-
CMYK0.5700.240.40
HSL155.17º40.09%42.55%-
HSV(B)155.17º57.24%59.61%-
XYZ16.5624.8420.45-
YUV121.88124.6887.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.52%
GREEN value IS 152 (59.77% from 255) = 45.65%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=19.52%
G=45.65%
B=34.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651521160.5700.240.40155.1740.0942.55
Hex41987439018289b282b
Octal10123016471030502335053
Binary100000110011000111010011100101100010100010011011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419874; }

 p { color: rgb(65,152,116); }

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

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

 a { background-color: rgb(65,152,116); }

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

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

 span { border-color: rgb(65,152,116); }

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