Html Css Color HEX #40866A Viridian

📋 copy color: '#40866A'

red 64 ◦ green 134 ◦ blue 106

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

Shades of Viridian #40866A

Tints of Viridian #40866A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

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

R = 21.05%
G = 44.08%
B = 34.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#40866A (or 0x40866A) is known color: Viridian. HEX triplet: 40, 86 and 6A. RGB value is (64,134,106). Sum of RGB (Red+Green+Blue) = 64+134+106=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #40866A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40866A is #BF7995. Grayscale: #6D6D6D. Windows color (decimal): -12548502 or 6981184. OLE color: 6981184.

HSL color Cylindrical-coordinate representation of color #40866A: hue angle of 156º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40866A is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 134 106 -
CMYK 0.52 0 0.21 0.47
HSL 156º 0.35% 0.39% -
HSV(B) 156º 0.52% 0.53% -
XYZ 13.24 19.18 16.64 -
YUV 109.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 64 134 106 0.52 0 0.21 0.47 156 0.35 0.39
Hex 40 86 6A 34 0 15 2F 9C 23 27
Octal 100 206 152 64 0 25 57 234 43 47
Binary 1000000 10000110 1101010 110100 0 10101 101111 10011100 100011 100111

Color Harmonies of #40866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40866A

Black with #40866A

Text Example


Text Example

White with #40866A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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