Html Css Color HEX #41826D Viridian

📋 copy color: '#41826D'

red 65 ◦ green 130 ◦ blue 109

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

Shades of Viridian #41826D

Tints of Viridian #41826D

RGB

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

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

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

R = 21.38%
G = 42.76%
B = 35.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#41826D (or 0x41826D) is known color: Viridian. HEX triplet: 41, 82 and 6D. RGB value is (65,130,109). Sum of RGB (Red+Green+Blue) = 65+130+109=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #41826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41826D is #BE7D92. Grayscale: #6C6C6C. Windows color (decimal): -12483987 or 7176769. OLE color: 7176769.

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

Color convert

RGB 65 130 109 -
CMYK 0.50 0 0.16 0.49
HSL 160.62º 0.33% 0.38% -
HSV(B) 160.62º 0.5% 0.51% -
XYZ 12.92 18.19 17.3 -
YUV 108.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 65 130 109 0.50 0 0.16 0.49 160.62 0.33 0.38
Hex 41 82 6D 32 0 10 31 A1 21 26
Octal 101 202 155 62 0 20 61 241 41 46
Binary 1000001 10000010 1101101 110010 0 10000 110001 10100001 100001 100110

Color Harmonies of #41826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41826D

Black with #41826D

Text Example


Text Example

White with #41826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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