Html Css Color HEX #40906C Viridian

📋 copy color: '#40906C'

red 64 ◦ green 144 ◦ blue 108

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

Shades of Viridian #40906C

Tints of Viridian #40906C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 20.25%
G = 45.57%
B = 34.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#40906C (or 0x40906C) is known color: Viridian. HEX triplet: 40, 90 and 6C. RGB value is (64,144,108). Sum of RGB (Red+Green+Blue) = 64+144+108=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #40906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40906C is #BF6F93. Grayscale: #747474. Windows color (decimal): -12545940 or 7114816. OLE color: 7114816.

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

Color convert

RGB 64 144 108 -
CMYK 0.56 0 0.25 0.44
HSL 153º 0.38% 0.41% -
HSV(B) 153º 0.56% 0.56% -
XYZ 14.79 22.12 17.68 -
YUV 115.98 123.5 90.93 -
System Red Green Blue C M Y K H S L
Decimal 64 144 108 0.56 0 0.25 0.44 153 0.38 0.41
Hex 40 90 6C 38 0 19 2C 99 26 29
Octal 100 220 154 70 0 31 54 231 46 51
Binary 1000000 10010000 1101100 111000 0 11001 101100 10011001 100110 101001

Color Harmonies of #40906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40906C

Black with #40906C

Text Example


Text Example

White with #40906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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