Html Css Color HEX #40826D Viridian

📋 copy color: '#40826D'

red 64 ◦ green 130 ◦ blue 109

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

Shades of Viridian #40826D

Tints of Viridian #40826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.9%

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

R = 21.12%
G = 42.9%
B = 35.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#40826D (or 0x40826D) is known color: Viridian. HEX triplet: 40, 82 and 6D. RGB value is (64,130,109). Sum of RGB (Red+Green+Blue) = 64+130+109=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #40826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40826D is #BF7D92. Grayscale: #6B6B6B. Windows color (decimal): -12549523 or 7176768. OLE color: 7176768.

HSL color Cylindrical-coordinate representation of color #40826D: hue angle of 160.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40826D is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 130 109 -
CMYK 0.51 0 0.16 0.49
HSL 160.91º 0.34% 0.38% -
HSV(B) 160.91º 0.51% 0.51% -
XYZ 12.86 18.16 17.3 -
YUV 107.87 128.63 96.71 -
System Red Green Blue C M Y K H S L
Decimal 64 130 109 0.51 0 0.16 0.49 160.91 0.34 0.38
Hex 40 82 6D 33 0 10 31 A1 22 26
Octal 100 202 155 63 0 20 61 241 42 46
Binary 1000000 10000010 1101101 110011 0 10000 110001 10100001 100010 100110

Color Harmonies of #40826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40826D

Black with #40826D

Text Example


Text Example

White with #40826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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