#418373

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

Shades of Viridian #418373

Tints of Viridian #418373

Color information

#418373 (or 0x418373) is unknown color: approx Viridian. HEX triplet: 41, 83 and 73. RGB value is (65,131,115). Sum of RGB (Red+Green+Blue) = 65+131+115=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #418373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418373 is #BE7C8C. Grayscale: #6D6D6D. Windows color (decimal): -12483725 or 7570241. OLE color: 7570241.

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

Color convert

RGB65131115-
CMYK0.5000.120.49
HSL165.45º33.67%38.43%-
HSV(B)165.45º50.38%51.37%-
XYZ13.3918.5919.1-
YUV109.44131.1396.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.90%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 115 (45.31% from 255) = 36.98%
R=20.90%
G=42.12%
B=36.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651311150.5000.120.49165.4533.6738.43
Hex418373320C31a52226
Octal10120316362014612454246
Binary10000011000001111100111100100110011000110100101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418373; }

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

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

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

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

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

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

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

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