#418465

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

Shades of Viridian #418465

Tints of Viridian #418465

Color information

#418465 (or 0x418465) is unknown color: approx Viridian. HEX triplet: 41, 84 and 65. RGB value is (65,132,101). Sum of RGB (Red+Green+Blue) = 65+132+101=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #418465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418465 is #BE7B9A. Grayscale: #6C6C6C. Windows color (decimal): -12483483 or 6652993. OLE color: 6652993.

HSL color Cylindrical-coordinate representation of color #418465: hue angle of 152.24º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418465 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB65132101-
CMYK0.5100.230.48
HSL152.24º34.01%38.63%-
HSV(B)152.24º50.76%51.76%-
XYZ12.7818.5715.22-
YUV108.43123.897.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.81%
GREEN value IS 132 (51.95% from 255) = 44.30%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=21.81%
G=44.30%
B=33.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651321010.5100.230.48152.2434.0138.63
Hex4184653301730982227
Octal10120414563027602304247
Binary100000110000100110010111001101011111000010011000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418465; }

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

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

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

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

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

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

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

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