Html Css Color HEX #41806D Viridian

📋 copy color: '#41806D'

red 65 ◦ green 128 ◦ blue 109

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

Shades of Viridian #41806D

Tints of Viridian #41806D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.38%

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 21.52%
G = 42.38%
B = 36.09%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#41806D (or 0x41806D) is known color: Viridian. HEX triplet: 41, 80 and 6D. RGB value is (65,128,109). Sum of RGB (Red+Green+Blue) = 65+128+109=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 128 - color contains mainly: green. Hex color #41806D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41806D is #BE7F92. Grayscale: #6B6B6B. Windows color (decimal): -12484499 or 7176257. OLE color: 7176257.

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

Color convert

RGB 65 128 109 -
CMYK 0.49 0 0.15 0.50
HSL 161.9º 0.33% 0.38% -
HSV(B) 161.9º 0.49% 0.5% -
XYZ 12.66 17.67 17.21 -
YUV 107 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 65 128 109 0.49 0 0.15 0.50 161.9 0.33 0.38
Hex 41 80 6D 31 0 F 32 A2 21 26
Octal 101 200 155 61 0 17 62 242 41 46
Binary 1000001 10000000 1101101 110001 0 1111 110010 10100010 100001 100110

Color Harmonies of #41806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41806D

Black with #41806D

Text Example


Text Example

White with #41806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41806D; }

 p { color: rgb(65,128,109); }

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

background-color css

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

 a { background-color: rgb(65,128,109); }

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

border-color css

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

 span { border-color: rgb(65,128,109); }

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