#418264

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

Shades of Viridian #418264

Tints of Viridian #418264

Color information

#418264 (or 0x418264) is unknown color: approx Viridian. HEX triplet: 41, 82 and 64. RGB value is (65,130,100). Sum of RGB (Red+Green+Blue) = 65+130+100=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #418264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418264 is #BE7D9B. Grayscale: #6B6B6B. Windows color (decimal): -12483996 or 6586945. OLE color: 6586945.

HSL color Cylindrical-coordinate representation of color #418264: hue angle of 152.31º 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 #418264 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB65130100-
CMYK0.5000.230.49
HSL152.31º33.33%38.24%-
HSV(B)152.31º50%50.98%-
XYZ12.4618.0114.88-
YUV107.15123.9797.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=22.03%
G=44.07%
B=33.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651301000.5000.230.49152.3133.3338.24
Hex4182643201731982126
Octal10120214462027612304146
Binary100000110000010110010011001001011111000110011000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418264; }

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

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

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

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

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

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

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

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