#418165

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

Shades of Viridian #418165

Tints of Viridian #418165

Color information

#418165 (or 0x418165) is unknown color: approx Viridian. HEX triplet: 41, 81 and 65. RGB value is (65,129,101). Sum of RGB (Red+Green+Blue) = 65+129+101=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #418165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418165 is #BE7E9A. Grayscale: #6A6A6A. Windows color (decimal): -12484251 or 6652225. OLE color: 6652225.

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

Color convert

RGB65129101-
CMYK0.5000.220.49
HSL153.75º32.99%38.04%-
HSV(B)153.75º49.61%50.59%-
XYZ12.3817.7615.09-
YUV106.67124.898.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 129 (50.78% from 255) = 43.73%
BLUE value IS 101 (39.84% from 255) = 34.24%
R=22.03%
G=43.73%
B=34.24%

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
Decimal651291010.5000.220.49153.7532.9938.04
Hex41816532016319a2126
Octal10120114562026612324146
Binary100000110000001110010111001001011011000110011010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418165; }

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

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

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

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

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

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

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

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