#418364

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

Shades of Viridian #418364

Tints of Viridian #418364

Color information

#418364 (or 0x418364) is unknown color: approx Viridian. HEX triplet: 41, 83 and 64. RGB value is (65,131,100). Sum of RGB (Red+Green+Blue) = 65+131+100=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #418364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418364 is #BE7C9B. Grayscale: #6B6B6B. Windows color (decimal): -12483740 or 6587201. OLE color: 6587201.

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

Color convert

RGB65131100-
CMYK0.5000.240.49
HSL151.82º33.67%38.43%-
HSV(B)151.82º50.38%51.37%-
XYZ12.618.2814.92-
YUV107.73123.6397.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.96%
GREEN value IS 131 (51.56% from 255) = 44.26%
BLUE value IS 100 (39.45% from 255) = 33.78%
R=21.96%
G=44.26%
B=33.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651311000.5000.240.49151.8233.6738.43
Hex4183643201831982226
Octal10120314462030612304246
Binary100000110000011110010011001001100011000110011000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418364; }

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

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

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

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

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

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

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

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