Html Css Color HEX #40906E Viridian

📋 copy color: '#40906E'

red 64 ◦ green 144 ◦ blue 110

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

Shades of Viridian #40906E

Tints of Viridian #40906E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.28%

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

R = 20.13%
G = 45.28%
B = 34.59%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#40906E (or 0x40906E) is known color: Viridian. HEX triplet: 40, 90 and 6E. RGB value is (64,144,110). Sum of RGB (Red+Green+Blue) = 64+144+110=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #40906E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40906E is #BF6F91. Grayscale: #747474. Windows color (decimal): -12545938 or 7245888. OLE color: 7245888.

HSL color Cylindrical-coordinate representation of color #40906E: hue angle of 154.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40906E is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 144 110 -
CMYK 0.56 0 0.24 0.44
HSL 154.5º 0.38% 0.41% -
HSV(B) 154.5º 0.56% 0.56% -
XYZ 14.9 22.16 18.24 -
YUV 116.2 124.5 90.76 -
System Red Green Blue C M Y K H S L
Decimal 64 144 110 0.56 0 0.24 0.44 154.5 0.38 0.41
Hex 40 90 6E 38 0 18 2C 9A 26 29
Octal 100 220 156 70 0 30 54 232 46 51
Binary 1000000 10010000 1101110 111000 0 11000 101100 10011010 100110 101001

Color Harmonies of #40906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40906E

Black with #40906E

Text Example


Text Example

White with #40906E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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