Html Css Color HEX #40936D Viridian

📋 copy color: '#40936D'

red 64 ◦ green 147 ◦ blue 109

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

Shades of Viridian #40936D

Tints of Viridian #40936D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.94%

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

R = 20%
G = 45.94%
B = 34.06%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#40936D (or 0x40936D) is known color: Viridian. HEX triplet: 40, 93 and 6D. RGB value is (64,147,109). Sum of RGB (Red+Green+Blue) = 64+147+109=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #40936D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40936D is #BF6C92. Grayscale: #757575. Windows color (decimal): -12545171 or 7181120. OLE color: 7181120.

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

Color convert

RGB 64 147 109 -
CMYK 0.56 0 0.26 0.42
HSL 152.53º 0.39% 0.41% -
HSV(B) 152.53º 0.56% 0.58% -
XYZ 15.31 23.06 18.11 -
YUV 117.85 123 89.59 -
System Red Green Blue C M Y K H S L
Decimal 64 147 109 0.56 0 0.26 0.42 152.53 0.39 0.41
Hex 40 93 6D 38 0 1A 2A 99 27 29
Octal 100 223 155 70 0 32 52 231 47 51
Binary 1000000 10010011 1101101 111000 0 11010 101010 10011001 100111 101001

Color Harmonies of #40936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40936D

Black with #40936D

Text Example


Text Example

White with #40936D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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