#418365

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

Shades of Viridian #418365

Tints of Viridian #418365

Color information

#418365 (or 0x418365) is unknown color: approx Viridian. HEX triplet: 41, 83 and 65. RGB value is (65,131,101). Sum of RGB (Red+Green+Blue) = 65+131+101=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #418365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418365 is #BE7C9A. Grayscale: #6B6B6B. Windows color (decimal): -12483739 or 6652737. OLE color: 6652737.

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

Color convert

RGB65131101-
CMYK0.5000.230.49
HSL152.73º33.67%38.43%-
HSV(B)152.73º50.38%51.37%-
XYZ12.6518.315.18-
YUV107.85124.1397.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 131 (51.56% from 255) = 44.11%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=21.89%
G=44.11%
B=34.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651311010.5000.230.49152.7333.6738.43
Hex4183653201731992226
Octal10120314562027612314246
Binary100000110000011110010111001001011111000110011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418365; }

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

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

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

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

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

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

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

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