Html Css Color HEX #41816F Viridian

📋 copy color: '#41816F'

red 65 ◦ green 129 ◦ blue 111

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

Shades of Viridian #41816F

Tints of Viridian #41816F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.3%

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

R = 21.31%
G = 42.3%
B = 36.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#41816F (or 0x41816F) is known color: Viridian. HEX triplet: 41, 81 and 6F. RGB value is (65,129,111). Sum of RGB (Red+Green+Blue) = 65+129+111=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #41816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41816F is #BE7E90. Grayscale: #6B6B6B. Windows color (decimal): -12484241 or 7307585. OLE color: 7307585.

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

Color convert

RGB 65 129 111 -
CMYK 0.50 0 0.14 0.49
HSL 163.13º 0.33% 0.38% -
HSV(B) 163.13º 0.5% 0.51% -
XYZ 12.9 17.97 17.83 -
YUV 107.81 129.8 97.46 -
System Red Green Blue C M Y K H S L
Decimal 65 129 111 0.50 0 0.14 0.49 163.13 0.33 0.38
Hex 41 81 6F 32 0 E 31 A3 21 26
Octal 101 201 157 62 0 16 61 243 41 46
Binary 1000001 10000001 1101111 110010 0 1110 110001 10100011 100001 100110

Color Harmonies of #41816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41816F

Black with #41816F

Text Example


Text Example

White with #41816F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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