Html Css Color HEX #418A73 Viridian

📋 copy color: '#418A73'

red 65 ◦ green 138 ◦ blue 115

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

Shades of Viridian #418A73

Tints of Viridian #418A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 20.44%
G = 43.4%
B = 36.16%

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

#418A73 (or 0x418A73) is known color: Viridian. HEX triplet: 41, 8A and 73. RGB value is (65,138,115). Sum of RGB (Red+Green+Blue) = 65+138+115=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 138 - color contains mainly: green. Hex color #418A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A73 is #BE758C. Grayscale: #717171. Windows color (decimal): -12481933 or 7572033. OLE color: 7572033.

HSL color Cylindrical-coordinate representation of color #418A73: hue angle of 161.1º 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 #418A73 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 138 115 -
CMYK 0.53 0 0.17 0.46
HSL 161.1º 0.36% 0.4% -
HSV(B) 161.1º 0.53% 0.54% -
XYZ 14.36 20.54 19.43 -
YUV 113.55 128.82 93.37 -
System Red Green Blue C M Y K H S L
Decimal 65 138 115 0.53 0 0.17 0.46 161.1 0.36 0.4
Hex 41 8A 73 35 0 11 2E A1 24 28
Octal 101 212 163 65 0 21 56 241 44 50
Binary 1000001 10001010 1110011 110101 0 10001 101110 10100001 100100 101000

Color Harmonies of #418A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418A73

Black with #418A73

Text Example


Text Example

White with #418A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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