Html Css Color HEX #41866A Viridian

📋 copy color: '#41866A'

red 65 ◦ green 134 ◦ blue 106

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

Shades of Viridian #41866A

Tints of Viridian #41866A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.75%

R = 21.31%
G = 43.93%
B = 34.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#41866A (or 0x41866A) is known color: Viridian. HEX triplet: 41, 86 and 6A. RGB value is (65,134,106). Sum of RGB (Red+Green+Blue) = 65+134+106=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #41866A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41866A is #BE7995. Grayscale: #6E6E6E. Windows color (decimal): -12482966 or 6981185. OLE color: 6981185.

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

Color convert

RGB 65 134 106 -
CMYK 0.51 0 0.21 0.47
HSL 155.65º 0.35% 0.39% -
HSV(B) 155.65º 0.51% 0.53% -
XYZ 13.31 19.21 16.64 -
YUV 110.18 125.64 95.78 -
System Red Green Blue C M Y K H S L
Decimal 65 134 106 0.51 0 0.21 0.47 155.65 0.35 0.39
Hex 41 86 6A 33 0 15 2F 9C 23 27
Octal 101 206 152 63 0 25 57 234 43 47
Binary 1000001 10000110 1101010 110011 0 10101 101111 10011100 100011 100111

Color Harmonies of #41866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41866A

Black with #41866A

Text Example


Text Example

White with #41866A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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