Html Css Color HEX #40786A Viridian

📋 copy color: '#40786A'

red 64 ◦ green 120 ◦ blue 106

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

Shades of Viridian #40786A

Tints of Viridian #40786A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.38%

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

R = 22.07%
G = 41.38%
B = 36.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#40786A (or 0x40786A) is known color: Viridian. HEX triplet: 40, 78 and 6A. RGB value is (64,120,106). Sum of RGB (Red+Green+Blue) = 64+120+106=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #40786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40786A is #BF8795. Grayscale: #656565. Windows color (decimal): -12552086 or 6977600. OLE color: 6977600.

HSL color Cylindrical-coordinate representation of color #40786A: hue angle of 165º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40786A is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 120 106 -
CMYK 0.47 0 0.12 0.53
HSL 165º 0.3% 0.36% -
HSV(B) 165º 0.47% 0.47% -
XYZ 11.43 15.56 16.04 -
YUV 101.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 64 120 106 0.47 0 0.12 0.53 165 0.3 0.36
Hex 40 78 6A 2F 0 C 35 A5 1E 24
Octal 100 170 152 57 0 14 65 245 36 44
Binary 1000000 1111000 1101010 101111 0 1100 110101 10100101 11110 100100

Color Harmonies of #40786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40786A

Black with #40786A

Text Example


Text Example

White with #40786A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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