Html Css Color HEX #41866E Viridian

📋 copy color: '#41866E'

red 65 ◦ green 134 ◦ blue 110

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

Shades of Viridian #41866E

Tints of Viridian #41866E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.37%

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

R = 21.04%
G = 43.37%
B = 35.6%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#41866E (or 0x41866E) is known color: Viridian. HEX triplet: 41, 86 and 6E. RGB value is (65,134,110). Sum of RGB (Red+Green+Blue) = 65+134+110=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #41866E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41866E is #BE7991. Grayscale: #6E6E6E. Windows color (decimal): -12482962 or 7243329. OLE color: 7243329.

HSL color Cylindrical-coordinate representation of color #41866E: hue angle of 159.13º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41866E is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 134 110 -
CMYK 0.51 0 0.18 0.47
HSL 159.13º 0.35% 0.39% -
HSV(B) 159.13º 0.51% 0.53% -
XYZ 13.52 19.3 17.76 -
YUV 110.63 127.64 95.45 -
System Red Green Blue C M Y K H S L
Decimal 65 134 110 0.51 0 0.18 0.47 159.13 0.35 0.39
Hex 41 86 6E 33 0 12 2F 9F 23 27
Octal 101 206 156 63 0 22 57 237 43 47
Binary 1000001 10000110 1101110 110011 0 10010 101111 10011111 100011 100111

Color Harmonies of #41866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41866E

Black with #41866E

Text Example


Text Example

White with #41866E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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