#419372

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

Shades of Viridian #419372

Tints of Viridian #419372

Color information

#419372 (or 0x419372) is unknown color: approx Viridian. HEX triplet: 41, 93 and 72. RGB value is (65,147,114). Sum of RGB (Red+Green+Blue) = 65+147+114=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #419372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419372 is #BE6C8D. Grayscale: #767676. Windows color (decimal): -12479630 or 7508801. OLE color: 7508801.

HSL color Cylindrical-coordinate representation of color #419372: hue angle of 155.85º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419372 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB65147114-
CMYK0.5600.220.42
HSL155.85º38.68%41.57%-
HSV(B)155.85º55.78%57.65%-
XYZ15.6523.2119.57-
YUV118.72125.3389.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.94%
GREEN value IS 147 (57.81% from 255) = 45.09%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=19.94%
G=45.09%
B=34.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651471140.5600.220.42155.8538.6841.57
Hex419372380162A9c272a
Octal10122316270026522344752
Binary100000110010011111001011100001011010101010011100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419372; }

 p { color: rgb(65,147,114); }

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

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

 a { background-color: rgb(65,147,114); }

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

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

 span { border-color: rgb(65,147,114); }

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