Html Css Color HEX #40906F Viridian

📋 copy color: '#40906F'

red 64 ◦ green 144 ◦ blue 111

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

Shades of Viridian #40906F

Tints of Viridian #40906F

RGB

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

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

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

R = 20.06%
G = 45.14%
B = 34.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#40906F (or 0x40906F) is known color: Viridian. HEX triplet: 40, 90 and 6F. RGB value is (64,144,111). Sum of RGB (Red+Green+Blue) = 64+144+111=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #40906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40906F is #BF6F90. Grayscale: #747474. Windows color (decimal): -12545937 or 7311424. OLE color: 7311424.

HSL color Cylindrical-coordinate representation of color #40906F: hue angle of 155.25º 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 #40906F is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 144 111 -
CMYK 0.56 0 0.23 0.44
HSL 155.25º 0.38% 0.41% -
HSV(B) 155.25º 0.56% 0.56% -
XYZ 14.96 22.18 18.53 -
YUV 116.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 64 144 111 0.56 0 0.23 0.44 155.25 0.38 0.41
Hex 40 90 6F 38 0 17 2C 9B 26 29
Octal 100 220 157 70 0 27 54 233 46 51
Binary 1000000 10010000 1101111 111000 0 10111 101100 10011011 100110 101001

Color Harmonies of #40906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40906F

Black with #40906F

Text Example


Text Example

White with #40906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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