#418564

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

Shades of Viridian #418564

Tints of Viridian #418564

Color information

#418564 (or 0x418564) is unknown color: approx Viridian. HEX triplet: 41, 85 and 64. RGB value is (65,133,100). Sum of RGB (Red+Green+Blue) = 65+133+100=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #418564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418564 is #BE7A9B. Grayscale: #6C6C6C. Windows color (decimal): -12483228 or 6587713. OLE color: 6587713.

HSL color Cylindrical-coordinate representation of color #418564: hue angle of 150.88º 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 #418564 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB65133100-
CMYK0.5100.250.48
HSL150.88º34.34%38.82%-
HSV(B)150.88º51.13%52.16%-
XYZ12.8718.8215.01-
YUV108.91122.9796.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.81%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=21.81%
G=44.63%
B=33.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651331000.5100.250.48150.8834.3438.82
Hex4185643301930972227
Octal10120514463031602274247
Binary100000110000101110010011001101100111000010010111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418564; }

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

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

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

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

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

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

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

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