Html Css Color HEX #418D74 Viridian

📋 copy color: '#418D74'

red 65 ◦ green 141 ◦ blue 116

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

Shades of Viridian #418D74

Tints of Viridian #418D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 20.19%
G = 43.79%
B = 36.02%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#418D74 (or 0x418D74) is known color: Viridian. HEX triplet: 41, 8D and 74. RGB value is (65,141,116). Sum of RGB (Red+Green+Blue) = 65+141+116=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 141 - color contains mainly: green. Hex color #418D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D74 is #BE728B. Grayscale: #737373. Windows color (decimal): -12481164 or 7638337. OLE color: 7638337.

HSL color Cylindrical-coordinate representation of color #418D74: hue angle of 160.26º 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 #418D74 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 141 116 -
CMYK 0.54 0 0.18 0.45
HSL 160.26º 0.37% 0.4% -
HSV(B) 160.26º 0.54% 0.55% -
XYZ 14.86 21.43 19.88 -
YUV 115.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 65 141 116 0.54 0 0.18 0.45 160.26 0.37 0.4
Hex 41 8D 74 36 0 12 2D A0 25 28
Octal 101 215 164 66 0 22 55 240 45 50
Binary 1000001 10001101 1110100 110110 0 10010 101101 10100000 100101 101000

Color Harmonies of #418D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418D74

Black with #418D74

Text Example


Text Example

White with #418D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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