Html Css Color HEX #41846F Viridian

📋 copy color: '#41846F'

red 65 ◦ green 132 ◦ blue 111

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

Shades of Viridian #41846F

Tints of Viridian #41846F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.86%

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

R = 21.1%
G = 42.86%
B = 36.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#41846F (or 0x41846F) is known color: Viridian. HEX triplet: 41, 84 and 6F. RGB value is (65,132,111). Sum of RGB (Red+Green+Blue) = 65+132+111=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #41846F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41846F is #BE7B90. Grayscale: #6D6D6D. Windows color (decimal): -12483473 or 7308353. OLE color: 7308353.

HSL color Cylindrical-coordinate representation of color #41846F: hue angle of 161.19º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41846F is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 132 111 -
CMYK 0.51 0 0.16 0.48
HSL 161.19º 0.34% 0.39% -
HSV(B) 161.19º 0.51% 0.52% -
XYZ 13.3 18.77 17.96 -
YUV 109.57 128.8 96.21 -
System Red Green Blue C M Y K H S L
Decimal 65 132 111 0.51 0 0.16 0.48 161.19 0.34 0.39
Hex 41 84 6F 33 0 10 30 A1 22 27
Octal 101 204 157 63 0 20 60 241 42 47
Binary 1000001 10000100 1101111 110011 0 10000 110000 10100001 100010 100111

Color Harmonies of #41846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41846F

Black with #41846F

Text Example


Text Example

White with #41846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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