Html Css Color HEX #40846A Viridian

📋 copy color: '#40846A'

red 64 ◦ green 132 ◦ blue 106

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

Shades of Viridian #40846A

Tints of Viridian #40846A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.1%

R = 21.19%
G = 43.71%
B = 35.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#40846A (or 0x40846A) is known color: Viridian. HEX triplet: 40, 84 and 6A. RGB value is (64,132,106). Sum of RGB (Red+Green+Blue) = 64+132+106=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #40846A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40846A is #BF7B95. Grayscale: #6C6C6C. Windows color (decimal): -12549014 or 6980672. OLE color: 6980672.

HSL color Cylindrical-coordinate representation of color #40846A: hue angle of 157.06º 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 #40846A is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 132 106 -
CMYK 0.52 0 0.20 0.48
HSL 157.06º 0.35% 0.38% -
HSV(B) 157.06º 0.52% 0.52% -
XYZ 12.97 18.63 16.55 -
YUV 108.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 64 132 106 0.52 0 0.20 0.48 157.06 0.35 0.38
Hex 40 84 6A 34 0 14 30 9D 23 26
Octal 100 204 152 64 0 24 60 235 43 46
Binary 1000000 10000100 1101010 110100 0 10100 110000 10011101 100011 100110

Color Harmonies of #40846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40846A

Black with #40846A

Text Example


Text Example

White with #40846A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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