Html Css Color HEX #40946F Viridian

📋 copy color: '#40946F'

red 64 ◦ green 148 ◦ blue 111

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

Shades of Viridian #40946F

Tints of Viridian #40946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.82%

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

R = 19.81%
G = 45.82%
B = 34.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#40946F (or 0x40946F) is known color: Viridian. HEX triplet: 40, 94 and 6F. RGB value is (64,148,111). Sum of RGB (Red+Green+Blue) = 64+148+111=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #40946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40946F is #BF6B90. Grayscale: #767676. Windows color (decimal): -12544913 or 7312448. OLE color: 7312448.

HSL color Cylindrical-coordinate representation of color #40946F: hue angle of 153.57º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40946F is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 148 111 -
CMYK 0.57 0 0.25 0.42
HSL 153.57º 0.4% 0.42% -
HSV(B) 153.57º 0.57% 0.58% -
XYZ 15.57 23.42 18.74 -
YUV 118.67 123.67 89.01 -
System Red Green Blue C M Y K H S L
Decimal 64 148 111 0.57 0 0.25 0.42 153.57 0.4 0.42
Hex 40 94 6F 39 0 19 2A 9A 28 2A
Octal 100 224 157 71 0 31 52 232 50 52
Binary 1000000 10010100 1101111 111001 0 11001 101010 10011010 101000 101010

Color Harmonies of #40946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40946F

Black with #40946F

Text Example


Text Example

White with #40946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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