#418A71

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

Shades of Viridian #418A71

Tints of Viridian #418A71

Color information

#418A71 (or 0x418A71) is unknown color: approx Viridian. HEX triplet: 41, 8A and 71. RGB value is (65,138,113). Sum of RGB (Red+Green+Blue) = 65+138+113=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #418A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A71 is #BE758E. Grayscale: #717171. Windows color (decimal): -12481935 or 7440961. OLE color: 7440961.

HSL color Cylindrical-coordinate representation of color #418A71: hue angle of 159.45º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418A71 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB65138113-
CMYK0.5300.180.46
HSL159.45º35.96%39.8%-
HSV(B)159.45º52.9%54.12%-
XYZ14.2520.4918.83-
YUV113.32127.8293.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.57%
GREEN value IS 138 (54.30% from 255) = 43.67%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=20.57%
G=43.67%
B=35.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651381130.5300.180.46159.4535.9639.8
Hex418A71350122E9f2428
Octal10121216165022562374450
Binary100000110001010111000111010101001010111010011111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418A71; }

 p { color: rgb(65,138,113); }

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

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

 a { background-color: rgb(65,138,113); }

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

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

 span { border-color: rgb(65,138,113); }

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