Html Css Color HEX #407662 Viridian

📋 copy color: '#407662'

red 64 ◦ green 118 ◦ blue 98

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

Shades of Viridian #407662

Tints of Viridian #407662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35%

R = 22.86%
G = 42.14%
B = 35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#407662 (or 0x407662) is known color: Viridian. HEX triplet: 40, 76 and 62. RGB value is (64,118,98). Sum of RGB (Red+Green+Blue) = 64+118+98=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #407662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407662 is #BF899D. Grayscale: #636363. Windows color (decimal): -12552606 or 6452800. OLE color: 6452800.

HSL color Cylindrical-coordinate representation of color #407662: hue angle of 157.78º 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 #407662 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 118 98 -
CMYK 0.46 0 0.17 0.54
HSL 157.78º 0.3% 0.36% -
HSV(B) 157.78º 0.46% 0.46% -
XYZ 10.8 14.93 13.87 -
YUV 99.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 64 118 98 0.46 0 0.17 0.54 157.78 0.3 0.36
Hex 40 76 62 2E 0 11 36 9E 1E 24
Octal 100 166 142 56 0 21 66 236 36 44
Binary 1000000 1110110 1100010 101110 0 10001 110110 10011110 11110 100100

Color Harmonies of #407662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407662

Black with #407662

Text Example


Text Example

White with #407662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407662; }

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

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

background-color css

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

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

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

border-color css

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

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

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