Html Css Color HEX #418176 Viridian

📋 copy color: '#418176'

red 65 ◦ green 129 ◦ blue 118

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

Shades of Viridian #418176

Tints of Viridian #418176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.35%

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

R = 20.83%
G = 41.35%
B = 37.82%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#418176 (or 0x418176) is known color: Viridian. HEX triplet: 41, 81 and 76. RGB value is (65,129,118). Sum of RGB (Red+Green+Blue) = 65+129+118=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #418176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418176 is #BE7E89. Grayscale: #6C6C6C. Windows color (decimal): -12484234 or 7766337. OLE color: 7766337.

HSL color Cylindrical-coordinate representation of color #418176: hue angle of 169.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418176 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 129 118 -
CMYK 0.50 0 0.09 0.49
HSL 169.69º 0.33% 0.38% -
HSV(B) 169.69º 0.5% 0.51% -
XYZ 13.3 18.13 19.94 -
YUV 108.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 65 129 118 0.50 0 0.09 0.49 169.69 0.33 0.38
Hex 41 81 76 32 0 9 31 AA 21 26
Octal 101 201 166 62 0 11 61 252 41 46
Binary 1000001 10000001 1110110 110010 0 1001 110001 10101010 100001 100110

Color Harmonies of #418176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418176

Black with #418176

Text Example


Text Example

White with #418176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418176; }

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

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

background-color css

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

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

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

border-color css

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

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

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