Html Css Color HEX #40846F Viridian

📋 copy color: '#40846F'

red 64 ◦ green 132 ◦ blue 111

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

Shades of Viridian #40846F

Tints of Viridian #40846F

RGB

 RED value IS 64 (25.39% from 255) = 20.85%

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

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

R = 20.85%
G = 43%
B = 36.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#40846F (or 0x40846F) is known color: Viridian. HEX triplet: 40, 84 and 6F. RGB value is (64,132,111). Sum of RGB (Red+Green+Blue) = 64+132+111=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #40846F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40846F is #BF7B90. Grayscale: #6D6D6D. Windows color (decimal): -12549009 or 7308352. OLE color: 7308352.

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

Color convert

RGB 64 132 111 -
CMYK 0.52 0 0.16 0.48
HSL 161.47º 0.35% 0.38% -
HSV(B) 161.47º 0.52% 0.52% -
XYZ 13.23 18.74 17.96 -
YUV 109.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 64 132 111 0.52 0 0.16 0.48 161.47 0.35 0.38
Hex 40 84 6F 34 0 10 30 A1 23 26
Octal 100 204 157 64 0 20 60 241 43 46
Binary 1000000 10000100 1101111 110100 0 10000 110000 10100001 100011 100110

Color Harmonies of #40846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40846F

Black with #40846F

Text Example


Text Example

White with #40846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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