Html Css Color HEX #41806E Viridian

📋 copy color: '#41806E'

red 65 ◦ green 128 ◦ blue 110

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

Shades of Viridian #41806E

Tints of Viridian #41806E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 21.45%
G = 42.24%
B = 36.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#41806E (or 0x41806E) is known color: Viridian. HEX triplet: 41, 80 and 6E. RGB value is (65,128,110). Sum of RGB (Red+Green+Blue) = 65+128+110=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #41806E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41806E is #BE7F91. Grayscale: #6B6B6B. Windows color (decimal): -12484498 or 7241793. OLE color: 7241793.

HSL color Cylindrical-coordinate representation of color #41806E: hue angle of 162.86º 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 #41806E is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 128 110 -
CMYK 0.49 0 0.14 0.50
HSL 162.86º 0.33% 0.38% -
HSV(B) 162.86º 0.49% 0.5% -
XYZ 12.71 17.69 17.5 -
YUV 107.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 65 128 110 0.49 0 0.14 0.50 162.86 0.33 0.38
Hex 41 80 6E 31 0 E 32 A3 21 26
Octal 101 200 156 61 0 16 62 243 41 46
Binary 1000001 10000000 1101110 110001 0 1110 110010 10100011 100001 100110

Color Harmonies of #41806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41806E

Black with #41806E

Text Example


Text Example

White with #41806E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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