Html Css Color HEX #418A72 Viridian

📋 copy color: '#418A72'

red 65 ◦ green 138 ◦ blue 114

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

Shades of Viridian #418A72

Tints of Viridian #418A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.53%

 BLUE value IS 114 (44.92% from 255) = 35.96%

R = 20.5%
G = 43.53%
B = 35.96%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#418A72 (or 0x418A72) is known color: Viridian. HEX triplet: 41, 8A and 72. RGB value is (65,138,114). Sum of RGB (Red+Green+Blue) = 65+138+114=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 138 - color contains mainly: green. Hex color #418A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A72 is #BE758D. Grayscale: #717171. Windows color (decimal): -12481934 or 7506497. OLE color: 7506497.

HSL color Cylindrical-coordinate representation of color #418A72: hue angle of 160.27º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418A72 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 138 114 -
CMYK 0.53 0 0.17 0.46
HSL 160.27º 0.36% 0.4% -
HSV(B) 160.27º 0.53% 0.54% -
XYZ 14.31 20.52 19.13 -
YUV 113.44 128.32 93.45 -
System Red Green Blue C M Y K H S L
Decimal 65 138 114 0.53 0 0.17 0.46 160.27 0.36 0.4
Hex 41 8A 72 35 0 11 2E A0 24 28
Octal 101 212 162 65 0 21 56 240 44 50
Binary 1000001 10001010 1110010 110101 0 10001 101110 10100000 100100 101000

Color Harmonies of #418A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418A72

Black with #418A72

Text Example


Text Example

White with #418A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,138,114); }

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

background-color css

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

 a { background-color: rgb(65,138,114); }

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

border-color css

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

 span { border-color: rgb(65,138,114); }

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