Html Css Color HEX #41826A Viridian

📋 copy color: '#41826A'

red 65 ◦ green 130 ◦ blue 106

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

Shades of Viridian #41826A

Tints of Viridian #41826A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.19%

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

R = 21.59%
G = 43.19%
B = 35.22%

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

#41826A (or 0x41826A) is known color: Viridian. HEX triplet: 41, 82 and 6A. RGB value is (65,130,106). Sum of RGB (Red+Green+Blue) = 65+130+106=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #41826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41826A is #BE7D95. Grayscale: #6B6B6B. Windows color (decimal): -12483990 or 6980161. OLE color: 6980161.

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

Color convert

RGB 65 130 106 -
CMYK 0.50 0 0.18 0.49
HSL 157.85º 0.33% 0.38% -
HSV(B) 157.85º 0.5% 0.51% -
XYZ 12.76 18.13 16.46 -
YUV 107.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 65 130 106 0.50 0 0.18 0.49 157.85 0.33 0.38
Hex 41 82 6A 32 0 12 31 9E 21 26
Octal 101 202 152 62 0 22 61 236 41 46
Binary 1000001 10000010 1101010 110010 0 10010 110001 10011110 100001 100110

Color Harmonies of #41826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41826A

Black with #41826A

Text Example


Text Example

White with #41826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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