Html Css Color HEX #41836B Viridian

📋 copy color: '#41836B'

red 65 ◦ green 131 ◦ blue 107

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

Shades of Viridian #41836B

Tints of Viridian #41836B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 21.45%
G = 43.23%
B = 35.31%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#41836B (or 0x41836B) is known color: Viridian. HEX triplet: 41, 83 and 6B. RGB value is (65,131,107). Sum of RGB (Red+Green+Blue) = 65+131+107=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #41836B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41836B is #BE7C94. Grayscale: #6C6C6C. Windows color (decimal): -12483733 or 7045953. OLE color: 7045953.

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

Color convert

RGB 65 131 107 -
CMYK 0.50 0 0.18 0.49
HSL 158.18º 0.34% 0.38% -
HSV(B) 158.18º 0.5% 0.51% -
XYZ 12.95 18.42 16.78 -
YUV 108.53 127.13 96.95 -
System Red Green Blue C M Y K H S L
Decimal 65 131 107 0.50 0 0.18 0.49 158.18 0.34 0.38
Hex 41 83 6B 32 0 12 31 9E 22 26
Octal 101 203 153 62 0 22 61 236 42 46
Binary 1000001 10000011 1101011 110010 0 10010 110001 10011110 100010 100110

Color Harmonies of #41836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41836B

Black with #41836B

Text Example


Text Example

White with #41836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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