Html Css Color HEX #40896F Viridian

📋 copy color: '#40896F'

red 64 ◦ green 137 ◦ blue 111

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

Shades of Viridian #40896F

Tints of Viridian #40896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.91%

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

R = 20.51%
G = 43.91%
B = 35.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#40896F (or 0x40896F) is known color: Viridian. HEX triplet: 40, 89 and 6F. RGB value is (64,137,111). Sum of RGB (Red+Green+Blue) = 64+137+111=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #40896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40896F is #BF7690. Grayscale: #707070. Windows color (decimal): -12547729 or 7309632. OLE color: 7309632.

HSL color Cylindrical-coordinate representation of color #40896F: hue angle of 158.63º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40896F is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 137 111 -
CMYK 0.53 0 0.19 0.46
HSL 158.63º 0.36% 0.39% -
HSV(B) 158.63º 0.53% 0.54% -
XYZ 13.93 20.13 18.19 -
YUV 112.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 64 137 111 0.53 0 0.19 0.46 158.63 0.36 0.39
Hex 40 89 6F 35 0 13 2E 9F 24 27
Octal 100 211 157 65 0 23 56 237 44 47
Binary 1000000 10001001 1101111 110101 0 10011 101110 10011111 100100 100111

Color Harmonies of #40896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40896F

Black with #40896F

Text Example


Text Example

White with #40896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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