#418772

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

Shades of Viridian #418772

Tints of Viridian #418772

Color information

#418772 (or 0x418772) is unknown color: approx Viridian. HEX triplet: 41, 87 and 72. RGB value is (65,135,114). Sum of RGB (Red+Green+Blue) = 65+135+114=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #418772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418772 is #BE788D. Grayscale: #6F6F6F. Windows color (decimal): -12482702 or 7505729. OLE color: 7505729.

HSL color Cylindrical-coordinate representation of color #418772: hue angle of 162º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418772 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB65135114-
CMYK0.5200.160.47
HSL162º35%39.22%-
HSV(B)162º51.85%52.94%-
XYZ13.8819.6718.98-
YUV111.68129.3194.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 114 (44.92% from 255) = 36.31%
R=20.70%
G=42.99%
B=36.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651351140.5200.160.471623539.22
Hex418772340102Fa22327
Octal10120716264020572424347
Binary100000110000111111001011010001000010111110100010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418772; }

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

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

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

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

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

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

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

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