#419276

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

Shades of Viridian #419276

Tints of Viridian #419276

Color information

#419276 (or 0x419276) is unknown color: approx Viridian. HEX triplet: 41, 92 and 76. RGB value is (65,146,118). Sum of RGB (Red+Green+Blue) = 65+146+118=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #419276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419276 is #BE6D89. Grayscale: #767676. Windows color (decimal): -12479882 or 7770689. OLE color: 7770689.

HSL color Cylindrical-coordinate representation of color #419276: hue angle of 159.26º 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 #419276 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB65146118-
CMYK0.5500.190.43
HSL159.26º38.39%41.37%-
HSV(B)159.26º55.48%57.25%-
XYZ15.7322.9920.75-
YUV118.59127.6689.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.76%
GREEN value IS 146 (57.42% from 255) = 44.38%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=19.76%
G=44.38%
B=35.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651461180.5500.190.43159.2638.3941.37
Hex419276370132B9f2629
Octal10122216667023532374651
Binary100000110010010111011011011101001110101110011111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419276; }

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

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

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

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

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

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

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

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