Html Css Color HEX #407664 Viridian

📋 copy color: '#407664'

red 64 ◦ green 118 ◦ blue 100

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

Shades of Viridian #407664

Tints of Viridian #407664

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.84%

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 22.7%
G = 41.84%
B = 35.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#407664 (or 0x407664) is known color: Viridian. HEX triplet: 40, 76 and 64. RGB value is (64,118,100). Sum of RGB (Red+Green+Blue) = 64+118+100=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #407664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407664 is #BF899B. Grayscale: #636363. Windows color (decimal): -12552604 or 6583872. OLE color: 6583872.

HSL color Cylindrical-coordinate representation of color #407664: hue angle of 160º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407664 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 118 100 -
CMYK 0.46 0 0.15 0.54
HSL 160º 0.3% 0.36% -
HSV(B) 160º 0.46% 0.46% -
XYZ 10.89 14.97 14.37 -
YUV 99.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 64 118 100 0.46 0 0.15 0.54 160 0.3 0.36
Hex 40 76 64 2E 0 F 36 A0 1E 24
Octal 100 166 144 56 0 17 66 240 36 44
Binary 1000000 1110110 1100100 101110 0 1111 110110 10100000 11110 100100

Color Harmonies of #407664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407664

Black with #407664

Text Example


Text Example

White with #407664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407664; }

 p { color: rgb(64,118,100); }

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

background-color css

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

 a { background-color: rgb(64,118,100); }

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

border-color css

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

 span { border-color: rgb(64,118,100); }

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