Html Css Color HEX #40916F Viridian

📋 copy color: '#40916F'

red 64 ◦ green 145 ◦ blue 111

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

Shades of Viridian #40916F

Tints of Viridian #40916F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.31%

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

R = 20%
G = 45.31%
B = 34.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#40916F (or 0x40916F) is known color: Viridian. HEX triplet: 40, 91 and 6F. RGB value is (64,145,111). Sum of RGB (Red+Green+Blue) = 64+145+111=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #40916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40916F is #BF6E90. Grayscale: #747474. Windows color (decimal): -12545681 or 7311680. OLE color: 7311680.

HSL color Cylindrical-coordinate representation of color #40916F: hue angle of 154.81º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40916F is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 145 111 -
CMYK 0.56 0 0.23 0.43
HSL 154.81º 0.39% 0.41% -
HSV(B) 154.81º 0.56% 0.57% -
XYZ 15.11 22.49 18.58 -
YUV 116.91 124.66 90.26 -
System Red Green Blue C M Y K H S L
Decimal 64 145 111 0.56 0 0.23 0.43 154.81 0.39 0.41
Hex 40 91 6F 38 0 17 2B 9B 27 29
Octal 100 221 157 70 0 27 53 233 47 51
Binary 1000000 10010001 1101111 111000 0 10111 101011 10011011 100111 101001

Color Harmonies of #40916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40916F

Black with #40916F

Text Example


Text Example

White with #40916F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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