Html Css Color HEX #40866F Viridian

📋 copy color: '#40866F'

red 64 ◦ green 134 ◦ blue 111

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

Shades of Viridian #40866F

Tints of Viridian #40866F

RGB

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

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

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

R = 20.71%
G = 43.37%
B = 35.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#40866F (or 0x40866F) is known color: Viridian. HEX triplet: 40, 86 and 6F. RGB value is (64,134,111). Sum of RGB (Red+Green+Blue) = 64+134+111=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #40866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40866F is #BF7990. Grayscale: #6E6E6E. Windows color (decimal): -12548497 or 7308864. OLE color: 7308864.

HSL color Cylindrical-coordinate representation of color #40866F: hue angle of 160.29º 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 #40866F is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 134 111 -
CMYK 0.52 0 0.17 0.47
HSL 160.29º 0.35% 0.39% -
HSV(B) 160.29º 0.52% 0.53% -
XYZ 13.51 19.29 18.05 -
YUV 110.45 128.31 94.87 -
System Red Green Blue C M Y K H S L
Decimal 64 134 111 0.52 0 0.17 0.47 160.29 0.35 0.39
Hex 40 86 6F 34 0 11 2F A0 23 27
Octal 100 206 157 64 0 21 57 240 43 47
Binary 1000000 10000110 1101111 110100 0 10001 101111 10100000 100011 100111

Color Harmonies of #40866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40866F

Black with #40866F

Text Example


Text Example

White with #40866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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