Html Css Color HEX #407E6A Viridian

📋 copy color: '#407E6A'

red 64 ◦ green 126 ◦ blue 106

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

Shades of Viridian #407E6A

Tints of Viridian #407E6A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.57%

 BLUE value IS 106 (41.8% from 255) = 35.81%

R = 21.62%
G = 42.57%
B = 35.81%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#407E6A (or 0x407E6A) is known color: Viridian. HEX triplet: 40, 7E and 6A. RGB value is (64,126,106). Sum of RGB (Red+Green+Blue) = 64+126+106=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 126 - color contains mainly: green. Hex color #407E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407E6A is #BF8195. Grayscale: #696969. Windows color (decimal): -12550550 or 6979136. OLE color: 6979136.

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

Color convert

RGB 64 126 106 -
CMYK 0.49 0 0.16 0.51
HSL 160.65º 0.33% 0.37% -
HSV(B) 160.65º 0.49% 0.49% -
XYZ 12.18 17.05 16.29 -
YUV 105.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 64 126 106 0.49 0 0.16 0.51 160.65 0.33 0.37
Hex 40 7E 6A 31 0 10 33 A1 21 25
Octal 100 176 152 61 0 20 63 241 41 45
Binary 1000000 1111110 1101010 110001 0 10000 110011 10100001 100001 100101

Color Harmonies of #407E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407E6A

Black with #407E6A

Text Example


Text Example

White with #407E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407E6A; }

 p { color: rgb(64,126,106); }

 H1.HeaderClassName
 {
   color: #407E6A;
 }
 .AnyTagClassName
 {
   color: #407E6A;
 }
</style>

background-color css

<style>
 a { background-color: #407E6A; }

 a { background-color: rgb(64,126,106); }

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

border-color css

<style>
 span { border-color: #407E6A; }

 span { border-color: rgb(64,126,106); }

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