Html Css Color HEX #41866C Viridian

📋 copy color: '#41866C'

red 65 ◦ green 134 ◦ blue 108

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

Shades of Viridian #41866C

Tints of Viridian #41866C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.18%

R = 21.17%
G = 43.65%
B = 35.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#41866C (or 0x41866C) is known color: Viridian. HEX triplet: 41, 86 and 6C. RGB value is (65,134,108). Sum of RGB (Red+Green+Blue) = 65+134+108=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #41866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41866C is #BE7993. Grayscale: #6E6E6E. Windows color (decimal): -12482964 or 7112257. OLE color: 7112257.

HSL color Cylindrical-coordinate representation of color #41866C: hue angle of 157.39º 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 #41866C is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 134 108 -
CMYK 0.51 0 0.19 0.47
HSL 157.39º 0.35% 0.39% -
HSV(B) 157.39º 0.51% 0.53% -
XYZ 13.41 19.26 17.2 -
YUV 110.41 126.64 95.61 -
System Red Green Blue C M Y K H S L
Decimal 65 134 108 0.51 0 0.19 0.47 157.39 0.35 0.39
Hex 41 86 6C 33 0 13 2F 9D 23 27
Octal 101 206 154 63 0 23 57 235 43 47
Binary 1000001 10000110 1101100 110011 0 10011 101111 10011101 100011 100111

Color Harmonies of #41866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41866C

Black with #41866C

Text Example


Text Example

White with #41866C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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