Html Css Color HEX #40916D Viridian

📋 copy color: '#40916D'

red 64 ◦ green 145 ◦ blue 109

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

Shades of Viridian #40916D

Tints of Viridian #40916D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 20.13%
G = 45.6%
B = 34.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#40916D (or 0x40916D) is known color: Viridian. HEX triplet: 40, 91 and 6D. RGB value is (64,145,109). Sum of RGB (Red+Green+Blue) = 64+145+109=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #40916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40916D is #BF6E92. Grayscale: #747474. Windows color (decimal): -12545683 or 7180608. OLE color: 7180608.

HSL color Cylindrical-coordinate representation of color #40916D: hue angle of 153.33º 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 #40916D is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 145 109 -
CMYK 0.56 0 0.25 0.43
HSL 153.33º 0.39% 0.41% -
HSV(B) 153.33º 0.56% 0.57% -
XYZ 15 22.44 18.01 -
YUV 116.68 123.66 90.43 -
System Red Green Blue C M Y K H S L
Decimal 64 145 109 0.56 0 0.25 0.43 153.33 0.39 0.41
Hex 40 91 6D 38 0 19 2B 99 27 29
Octal 100 221 155 70 0 31 53 231 47 51
Binary 1000000 10010001 1101101 111000 0 11001 101011 10011001 100111 101001

Color Harmonies of #40916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40916D

Black with #40916D

Text Example


Text Example

White with #40916D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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