Html Css Color HEX #40936E Viridian

📋 copy color: '#40936E'

red 64 ◦ green 147 ◦ blue 110

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

Shades of Viridian #40936E

Tints of Viridian #40936E

RGB

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

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

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

R = 19.94%
G = 45.79%
B = 34.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#40936E (or 0x40936E) is known color: Viridian. HEX triplet: 40, 93 and 6E. RGB value is (64,147,110). Sum of RGB (Red+Green+Blue) = 64+147+110=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #40936E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40936E is #BF6C91. Grayscale: #767676. Windows color (decimal): -12545170 or 7246656. OLE color: 7246656.

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

Color convert

RGB 64 147 110 -
CMYK 0.56 0 0.25 0.42
HSL 153.25º 0.39% 0.41% -
HSV(B) 153.25º 0.56% 0.58% -
XYZ 15.36 23.08 18.4 -
YUV 117.97 123.5 89.51 -
System Red Green Blue C M Y K H S L
Decimal 64 147 110 0.56 0 0.25 0.42 153.25 0.39 0.41
Hex 40 93 6E 38 0 19 2A 99 27 29
Octal 100 223 156 70 0 31 52 231 47 51
Binary 1000000 10010011 1101110 111000 0 11001 101010 10011001 100111 101001

Color Harmonies of #40936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40936E

Black with #40936E

Text Example


Text Example

White with #40936E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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