#418164

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

Shades of Viridian #418164

Tints of Viridian #418164

Color information

#418164 (or 0x418164) is unknown color: approx Viridian. HEX triplet: 41, 81 and 64. RGB value is (65,129,100). Sum of RGB (Red+Green+Blue) = 65+129+100=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #418164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418164 is #BE7E9B. Grayscale: #6A6A6A. Windows color (decimal): -12484252 or 6586689. OLE color: 6586689.

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

Color convert

RGB65129100-
CMYK0.5000.220.49
HSL152.81º32.99%38.04%-
HSV(B)152.81º49.61%50.59%-
XYZ12.3317.7414.83-
YUV106.56124.398.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.11%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 100 (39.45% from 255) = 34.01%
R=22.11%
G=43.88%
B=34.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651291000.5000.220.49152.8132.9938.04
Hex4181643201631992126
Octal10120114462026612314146
Binary100000110000001110010011001001011011000110011001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418164; }

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

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

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

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

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

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

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

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