Html Css Color HEX #418D76 Viridian

📋 copy color: '#418D76'

red 65 ◦ green 141 ◦ blue 118

#418D76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #418D76

Tints of Viridian #418D76

RGB

 RED value IS 65 (25.78% from 255) = 20.06%

 GREEN value IS 141 (55.47% from 255) = 43.52%

 BLUE value IS 118 (46.48% from 255) = 36.42%

R = 20.06%
G = 43.52%
B = 36.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#418D76 (or 0x418D76) is known color: Viridian. HEX triplet: 41, 8D and 76. RGB value is (65,141,118). Sum of RGB (Red+Green+Blue) = 65+141+118=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #418D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D76 is #BE7289. Grayscale: #737373. Windows color (decimal): -12481162 or 7769409. OLE color: 7769409.

HSL color Cylindrical-coordinate representation of color #418D76: hue angle of 161.84º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418D76 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 141 118 -
CMYK 0.54 0 0.16 0.45
HSL 161.84º 0.37% 0.4% -
HSV(B) 161.84º 0.54% 0.55% -
XYZ 14.97 21.48 20.5 -
YUV 115.65 129.32 91.87 -
System Red Green Blue C M Y K H S L
Decimal 65 141 118 0.54 0 0.16 0.45 161.84 0.37 0.4
Hex 41 8D 76 36 0 10 2D A2 25 28
Octal 101 215 166 66 0 20 55 242 45 50
Binary 1000001 10001101 1110110 110110 0 10000 101101 10100010 100101 101000

Color Harmonies of #418D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418D76

Black with #418D76

Text Example


Text Example

White with #418D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418D76; }

 p { color: rgb(65,141,118); }

 H1.HeaderClassName
 {
   color: #418D76;
 }
 .AnyTagClassName
 {
   color: #418D76;
 }
</style>

background-color css

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

 a { background-color: rgb(65,141,118); }

 div.DivClassName
 {
   background-color: #418D76;
 }
 .BgClassName
 {
   background-color: #418D76;
 }
</style>

border-color css

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

 span { border-color: rgb(65,141,118); }

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