Html Css Color HEX #40896C Viridian

📋 copy color: '#40896C'

red 64 ◦ green 137 ◦ blue 108

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

Shades of Viridian #40896C

Tints of Viridian #40896C

RGB

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

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

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

R = 20.71%
G = 44.34%
B = 34.95%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#40896C (or 0x40896C) is known color: Viridian. HEX triplet: 40, 89 and 6C. RGB value is (64,137,108). Sum of RGB (Red+Green+Blue) = 64+137+108=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #40896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40896C is #BF7693. Grayscale: #6F6F6F. Windows color (decimal): -12547732 or 7113024. OLE color: 7113024.

HSL color Cylindrical-coordinate representation of color #40896C: hue angle of 156.16º 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 #40896C is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 137 108 -
CMYK 0.53 0 0.21 0.46
HSL 156.16º 0.36% 0.39% -
HSV(B) 156.16º 0.53% 0.54% -
XYZ 13.77 20.06 17.33 -
YUV 111.87 125.82 93.86 -
System Red Green Blue C M Y K H S L
Decimal 64 137 108 0.53 0 0.21 0.46 156.16 0.36 0.39
Hex 40 89 6C 35 0 15 2E 9C 24 27
Octal 100 211 154 65 0 25 56 234 44 47
Binary 1000000 10001001 1101100 110101 0 10101 101110 10011100 100100 100111

Color Harmonies of #40896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40896C

Black with #40896C

Text Example


Text Example

White with #40896C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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