Html Css Color HEX #40826B Viridian

📋 copy color: '#40826B'

red 64 ◦ green 130 ◦ blue 107

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

Shades of Viridian #40826B

Tints of Viridian #40826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.55%

R = 21.26%
G = 43.19%
B = 35.55%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#40826B (or 0x40826B) is known color: Viridian. HEX triplet: 40, 82 and 6B. RGB value is (64,130,107). Sum of RGB (Red+Green+Blue) = 64+130+107=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #40826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40826B is #BF7D94. Grayscale: #6B6B6B. Windows color (decimal): -12549525 or 7045696. OLE color: 7045696.

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

Color convert

RGB 64 130 107 -
CMYK 0.51 0 0.18 0.49
HSL 159.09º 0.34% 0.38% -
HSV(B) 159.09º 0.51% 0.51% -
XYZ 12.75 18.12 16.73 -
YUV 107.64 127.63 96.87 -
System Red Green Blue C M Y K H S L
Decimal 64 130 107 0.51 0 0.18 0.49 159.09 0.34 0.38
Hex 40 82 6B 33 0 12 31 9F 22 26
Octal 100 202 153 63 0 22 61 237 42 46
Binary 1000000 10000010 1101011 110011 0 10010 110001 10011111 100010 100110

Color Harmonies of #40826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40826B

Black with #40826B

Text Example


Text Example

White with #40826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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