#418671

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

Shades of Viridian #418671

Tints of Viridian #418671

Color information

#418671 (or 0x418671) is unknown color: approx Viridian. HEX triplet: 41, 86 and 71. RGB value is (65,134,113). Sum of RGB (Red+Green+Blue) = 65+134+113=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #418671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418671 is #BE798E. Grayscale: #6E6E6E. Windows color (decimal): -12482959 or 7439937. OLE color: 7439937.

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

Color convert

RGB65134113-
CMYK0.5100.160.47
HSL161.74º34.67%39.02%-
HSV(B)161.74º51.49%52.55%-
XYZ13.6919.3718.64-
YUV110.98129.1495.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=20.83%
G=42.95%
B=36.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651341130.5100.160.47161.7434.6739.02
Hex418671330102Fa22327
Octal10120616163020572424347
Binary100000110000110111000111001101000010111110100010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418671; }

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

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

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

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

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

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

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

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