Html Css Color HEX #41836D Viridian

📋 copy color: '#41836D'

red 65 ◦ green 131 ◦ blue 109

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

Shades of Viridian #41836D

Tints of Viridian #41836D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.95%

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

R = 21.31%
G = 42.95%
B = 35.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#41836D (or 0x41836D) is known color: Viridian. HEX triplet: 41, 83 and 6D. RGB value is (65,131,109). Sum of RGB (Red+Green+Blue) = 65+131+109=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #41836D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41836D is #BE7C92. Grayscale: #6C6C6C. Windows color (decimal): -12483731 or 7177025. OLE color: 7177025.

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

Color convert

RGB 65 131 109 -
CMYK 0.50 0 0.17 0.49
HSL 160º 0.34% 0.38% -
HSV(B) 160º 0.5% 0.51% -
XYZ 13.06 18.46 17.34 -
YUV 108.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 65 131 109 0.50 0 0.17 0.49 160 0.34 0.38
Hex 41 83 6D 32 0 11 31 A0 22 26
Octal 101 203 155 62 0 21 61 240 42 46
Binary 1000001 10000011 1101101 110010 0 10001 110001 10100000 100010 100110

Color Harmonies of #41836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41836D

Black with #41836D

Text Example


Text Example

White with #41836D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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