#418262

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

Shades of Viridian #418262

Tints of Viridian #418262

Color information

#418262 (or 0x418262) is unknown color: approx Viridian. HEX triplet: 41, 82 and 62. RGB value is (65,130,98). Sum of RGB (Red+Green+Blue) = 65+130+98=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #418262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418262 is #BE7D9D. Grayscale: #6A6A6A. Windows color (decimal): -12483998 or 6455873. OLE color: 6455873.

HSL color Cylindrical-coordinate representation of color #418262: hue angle of 150.46º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418262 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB6513098-
CMYK0.5000.250.49
HSL150.46º33.33%38.24%-
HSV(B)150.46º50%50.98%-
XYZ12.3717.9714.37-
YUV106.92122.9798.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.18%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=22.18%
G=44.37%
B=33.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65130980.5000.250.49150.4633.3338.24
Hex4182623201931962126
Octal10120214262031612264146
Binary100000110000010110001011001001100111000110010110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418262; }

 p { color: rgb(65,130,98); }

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

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

 a { background-color: rgb(65,130,98); }

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

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

 span { border-color: rgb(65,130,98); }

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