Html Css Color HEX #40876D Viridian

📋 copy color: '#40876D'

red 64 ◦ green 135 ◦ blue 109

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

Shades of Viridian #40876D

Tints of Viridian #40876D

RGB

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

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

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

R = 20.78%
G = 43.83%
B = 35.39%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#40876D (or 0x40876D) is known color: Viridian. HEX triplet: 40, 87 and 6D. RGB value is (64,135,109). Sum of RGB (Red+Green+Blue) = 64+135+109=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #40876D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40876D is #BF7892. Grayscale: #6E6E6E. Windows color (decimal): -12548243 or 7178048. OLE color: 7178048.

HSL color Cylindrical-coordinate representation of color #40876D: hue angle of 158.03º 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 #40876D is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 135 109 -
CMYK 0.53 0 0.19 0.47
HSL 158.03º 0.36% 0.39% -
HSV(B) 158.03º 0.53% 0.53% -
XYZ 13.54 19.52 17.52 -
YUV 110.81 126.98 94.61 -
System Red Green Blue C M Y K H S L
Decimal 64 135 109 0.53 0 0.19 0.47 158.03 0.36 0.39
Hex 40 87 6D 35 0 13 2F 9E 24 27
Octal 100 207 155 65 0 23 57 236 44 47
Binary 1000000 10000111 1101101 110101 0 10011 101111 10011110 100100 100111

Color Harmonies of #40876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40876D

Black with #40876D

Text Example


Text Example

White with #40876D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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