Html Css Color HEX #41826F Viridian

📋 copy color: '#41826F'

red 65 ◦ green 130 ◦ blue 111

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

Shades of Viridian #41826F

Tints of Viridian #41826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.27%

R = 21.24%
G = 42.48%
B = 36.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#41826F (or 0x41826F) is known color: Viridian. HEX triplet: 41, 82 and 6F. RGB value is (65,130,111). Sum of RGB (Red+Green+Blue) = 65+130+111=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #41826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41826F is #BE7D90. Grayscale: #6C6C6C. Windows color (decimal): -12483985 or 7307841. OLE color: 7307841.

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

Color convert

RGB 65 130 111 -
CMYK 0.50 0 0.15 0.49
HSL 162.46º 0.33% 0.38% -
HSV(B) 162.46º 0.5% 0.51% -
XYZ 13.03 18.24 17.87 -
YUV 108.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 65 130 111 0.50 0 0.15 0.49 162.46 0.33 0.38
Hex 41 82 6F 32 0 F 31 A2 21 26
Octal 101 202 157 62 0 17 61 242 41 46
Binary 1000001 10000010 1101111 110010 0 1111 110001 10100010 100001 100110

Color Harmonies of #41826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41826F

Black with #41826F

Text Example


Text Example

White with #41826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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