#419270

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

Shades of Viridian #419270

Tints of Viridian #419270

Color information

#419270 (or 0x419270) is unknown color: approx Viridian. HEX triplet: 41, 92 and 70. RGB value is (65,146,112). Sum of RGB (Red+Green+Blue) = 65+146+112=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #419270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419270 is #BE6D8F. Grayscale: #757575. Windows color (decimal): -12479888 or 7377473. OLE color: 7377473.

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

Color convert

RGB65146112-
CMYK0.5500.230.43
HSL154.81º38.39%41.37%-
HSV(B)154.81º55.48%57.25%-
XYZ15.3822.8518.93-
YUV117.9124.6690.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.12%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=20.12%
G=45.20%
B=34.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651461120.5500.230.43154.8138.3941.37
Hex419270370172B9b2629
Octal10122216067027532334651
Binary100000110010010111000011011101011110101110011011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419270; }

 p { color: rgb(65,146,112); }

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

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

 a { background-color: rgb(65,146,112); }

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

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

 span { border-color: rgb(65,146,112); }

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