Html Css Color HEX #40946E Viridian

📋 copy color: '#40946E'

red 64 ◦ green 148 ◦ blue 110

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

Shades of Viridian #40946E

Tints of Viridian #40946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 19.88%
G = 45.96%
B = 34.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#40946E (or 0x40946E) is known color: Viridian. HEX triplet: 40, 94 and 6E. RGB value is (64,148,110). Sum of RGB (Red+Green+Blue) = 64+148+110=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #40946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40946E is #BF6B91. Grayscale: #767676. Windows color (decimal): -12544914 or 7246912. OLE color: 7246912.

HSL color Cylindrical-coordinate representation of color #40946E: hue angle of 152.86º 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 #40946E is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 148 110 -
CMYK 0.57 0 0.26 0.42
HSL 152.86º 0.4% 0.42% -
HSV(B) 152.86º 0.57% 0.58% -
XYZ 15.52 23.4 18.45 -
YUV 118.55 123.17 89.09 -
System Red Green Blue C M Y K H S L
Decimal 64 148 110 0.57 0 0.26 0.42 152.86 0.4 0.42
Hex 40 94 6E 39 0 1A 2A 99 28 2A
Octal 100 224 156 71 0 32 52 231 50 52
Binary 1000000 10010100 1101110 111001 0 11010 101010 10011001 101000 101010

Color Harmonies of #40946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40946E

Black with #40946E

Text Example


Text Example

White with #40946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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