Html Css Color HEX #418D70 Viridian

📋 copy color: '#418D70'

red 65 ◦ green 141 ◦ blue 112

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

Shades of Viridian #418D70

Tints of Viridian #418D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.22%

R = 20.44%
G = 44.34%
B = 35.22%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#418D70 (or 0x418D70) is known color: Viridian. HEX triplet: 41, 8D and 70. RGB value is (65,141,112). Sum of RGB (Red+Green+Blue) = 65+141+112=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #418D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D70 is #BE728F. Grayscale: #737373. Windows color (decimal): -12481168 or 7376193. OLE color: 7376193.

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

Color convert

RGB 65 141 112 -
CMYK 0.54 0 0.21 0.45
HSL 157.11º 0.37% 0.4% -
HSV(B) 157.11º 0.54% 0.55% -
XYZ 14.63 21.34 18.68 -
YUV 114.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 65 141 112 0.54 0 0.21 0.45 157.11 0.37 0.4
Hex 41 8D 70 36 0 15 2D 9D 25 28
Octal 101 215 160 66 0 25 55 235 45 50
Binary 1000001 10001101 1110000 110110 0 10101 101101 10011101 100101 101000

Color Harmonies of #418D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418D70

Black with #418D70

Text Example


Text Example

White with #418D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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