Html Css Color HEX #40826E Viridian

📋 copy color: '#40826E'

red 64 ◦ green 130 ◦ blue 110

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

Shades of Viridian #40826E

Tints of Viridian #40826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 21.05%
G = 42.76%
B = 36.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#40826E (or 0x40826E) is known color: Viridian. HEX triplet: 40, 82 and 6E. RGB value is (64,130,110). Sum of RGB (Red+Green+Blue) = 64+130+110=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #40826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40826E is #BF7D91. Grayscale: #6C6C6C. Windows color (decimal): -12549522 or 7242304. OLE color: 7242304.

HSL color Cylindrical-coordinate representation of color #40826E: hue angle of 161.82º 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 #40826E is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 130 110 -
CMYK 0.51 0 0.15 0.49
HSL 161.82º 0.34% 0.38% -
HSV(B) 161.82º 0.51% 0.51% -
XYZ 12.91 18.18 17.58 -
YUV 107.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 64 130 110 0.51 0 0.15 0.49 161.82 0.34 0.38
Hex 40 82 6E 33 0 F 31 A2 22 26
Octal 100 202 156 63 0 17 61 242 42 46
Binary 1000000 10000010 1101110 110011 0 1111 110001 10100010 100010 100110

Color Harmonies of #40826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40826E

Black with #40826E

Text Example


Text Example

White with #40826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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