Html Css Color HEX #40886A Viridian

📋 copy color: '#40886A'

red 64 ◦ green 136 ◦ blue 106

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

Shades of Viridian #40886A

Tints of Viridian #40886A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.44%

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

R = 20.92%
G = 44.44%
B = 34.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#40886A (or 0x40886A) is known color: Viridian. HEX triplet: 40, 88 and 6A. RGB value is (64,136,106). Sum of RGB (Red+Green+Blue) = 64+136+106=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #40886A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40886A is #BF7795. Grayscale: #6F6F6F. Windows color (decimal): -12547990 or 6981696. OLE color: 6981696.

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

Color convert

RGB 64 136 106 -
CMYK 0.53 0 0.22 0.47
HSL 155º 0.36% 0.39% -
HSV(B) 155º 0.53% 0.53% -
XYZ 13.52 19.74 16.73 -
YUV 111.05 125.15 94.44 -
System Red Green Blue C M Y K H S L
Decimal 64 136 106 0.53 0 0.22 0.47 155 0.36 0.39
Hex 40 88 6A 35 0 16 2F 9B 24 27
Octal 100 210 152 65 0 26 57 233 44 47
Binary 1000000 10001000 1101010 110101 0 10110 101111 10011011 100100 100111

Color Harmonies of #40886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40886A

Black with #40886A

Text Example


Text Example

White with #40886A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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