Html Css Color HEX #40886F Viridian

📋 copy color: '#40886F'

red 64 ◦ green 136 ◦ blue 111

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

Shades of Viridian #40886F

Tints of Viridian #40886F

RGB

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

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

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

R = 20.58%
G = 43.73%
B = 35.69%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#40886F (or 0x40886F) is known color: Viridian. HEX triplet: 40, 88 and 6F. RGB value is (64,136,111). Sum of RGB (Red+Green+Blue) = 64+136+111=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #40886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40886F is #BF7790. Grayscale: #6F6F6F. Windows color (decimal): -12547985 or 7309376. OLE color: 7309376.

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

Color convert

RGB 64 136 111 -
CMYK 0.53 0 0.18 0.47
HSL 159.17º 0.36% 0.39% -
HSV(B) 159.17º 0.53% 0.53% -
XYZ 13.79 19.85 18.14 -
YUV 111.62 127.65 94.03 -
System Red Green Blue C M Y K H S L
Decimal 64 136 111 0.53 0 0.18 0.47 159.17 0.36 0.39
Hex 40 88 6F 35 0 12 2F 9F 24 27
Octal 100 210 157 65 0 22 57 237 44 47
Binary 1000000 10001000 1101111 110101 0 10010 101111 10011111 100100 100111

Color Harmonies of #40886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40886F

Black with #40886F

Text Example


Text Example

White with #40886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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