Html Css Color HEX #40926D Viridian

📋 copy color: '#40926D'

red 64 ◦ green 146 ◦ blue 109

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

Shades of Viridian #40926D

Tints of Viridian #40926D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.77%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 20.06%
G = 45.77%
B = 34.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#40926D (or 0x40926D) is known color: Viridian. HEX triplet: 40, 92 and 6D. RGB value is (64,146,109). Sum of RGB (Red+Green+Blue) = 64+146+109=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #40926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40926D is #BF6D92. Grayscale: #757575. Windows color (decimal): -12545427 or 7180864. OLE color: 7180864.

HSL color Cylindrical-coordinate representation of color #40926D: hue angle of 152.93º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40926D is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 146 109 -
CMYK 0.56 0 0.25 0.43
HSL 152.93º 0.39% 0.41% -
HSV(B) 152.93º 0.56% 0.57% -
XYZ 15.15 22.75 18.06 -
YUV 117.26 123.33 90.01 -
System Red Green Blue C M Y K H S L
Decimal 64 146 109 0.56 0 0.25 0.43 152.93 0.39 0.41
Hex 40 92 6D 38 0 19 2B 99 27 29
Octal 100 222 155 70 0 31 53 231 47 51
Binary 1000000 10010010 1101101 111000 0 11001 101011 10011001 100111 101001

Color Harmonies of #40926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40926D

Black with #40926D

Text Example


Text Example

White with #40926D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40926D; }

 p { color: rgb(64,146,109); }

 H1.HeaderClassName
 {
   color: #40926D;
 }
 .AnyTagClassName
 {
   color: #40926D;
 }
</style>

background-color css

<style>
 a { background-color: #40926D; }

 a { background-color: rgb(64,146,109); }

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

border-color css

<style>
 span { border-color: #40926D; }

 span { border-color: rgb(64,146,109); }

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