#419773

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

Shades of Viridian #419773

Tints of Viridian #419773

Color information

#419773 (or 0x419773) is unknown color: approx Viridian. HEX triplet: 41, 97 and 73. RGB value is (65,151,115). Sum of RGB (Red+Green+Blue) = 65+151+115=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #419773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419773 is #BE688C. Grayscale: #797979. Windows color (decimal): -12478605 or 7575361. OLE color: 7575361.

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

Color convert

RGB65151115-
CMYK0.5700.240.41
HSL154.88º39.81%42.35%-
HSV(B)154.88º56.95%59.22%-
XYZ16.3424.4920.09-
YUV121.18124.5187.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 151 (59.38% from 255) = 45.62%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=19.64%
G=45.62%
B=34.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651511150.5700.240.41154.8839.8142.35
Hex41977339018299b282a
Octal10122716371030512335052
Binary100000110010111111001111100101100010100110011011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419773; }

 p { color: rgb(65,151,115); }

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

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

 a { background-color: rgb(65,151,115); }

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

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

 span { border-color: rgb(65,151,115); }

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