Html Css Color HEX #40876C Viridian

📋 copy color: '#40876C'

red 64 ◦ green 135 ◦ blue 108

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

Shades of Viridian #40876C

Tints of Viridian #40876C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.97%

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

R = 20.85%
G = 43.97%
B = 35.18%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#40876C (or 0x40876C) is known color: Viridian. HEX triplet: 40, 87 and 6C. RGB value is (64,135,108). Sum of RGB (Red+Green+Blue) = 64+135+108=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #40876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40876C is #BF7893. Grayscale: #6E6E6E. Windows color (decimal): -12548244 or 7112512. OLE color: 7112512.

HSL color Cylindrical-coordinate representation of color #40876C: hue angle of 157.18º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40876C is Cyan = 0.53, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 135 108 -
CMYK 0.53 0 0.2 0.47
HSL 157.18º 0.36% 0.39% -
HSV(B) 157.18º 0.53% 0.53% -
XYZ 13.49 19.5 17.24 -
YUV 110.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 64 135 108 0.53 0 0.2 0.47 157.18 0.36 0.39
Hex 40 87 6C 35 0 14 2F 9D 24 27
Octal 100 207 154 65 0 24 57 235 44 47
Binary 1000000 10000111 1101100 110101 0 10100 101111 10011101 100100 100111

Color Harmonies of #40876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40876C

Black with #40876C

Text Example


Text Example

White with #40876C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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