Html Css Color HEX #407661 Viridian

📋 copy color: '#407661'

red 64 ◦ green 118 ◦ blue 97

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

Shades of Viridian #407661

Tints of Viridian #407661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 22.94%
G = 42.29%
B = 34.77%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#407661 (or 0x407661) is known color: Viridian. HEX triplet: 40, 76 and 61. RGB value is (64,118,97). Sum of RGB (Red+Green+Blue) = 64+118+97=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #407661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407661 is #BF899E. Grayscale: #636363. Windows color (decimal): -12552607 or 6387264. OLE color: 6387264.

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

Color convert

RGB 64 118 97 -
CMYK 0.46 0 0.18 0.54
HSL 156.67º 0.3% 0.36% -
HSV(B) 156.67º 0.46% 0.46% -
XYZ 10.75 14.91 13.62 -
YUV 99.46 126.61 102.71 -
System Red Green Blue C M Y K H S L
Decimal 64 118 97 0.46 0 0.18 0.54 156.67 0.3 0.36
Hex 40 76 61 2E 0 12 36 9D 1E 24
Octal 100 166 141 56 0 22 66 235 36 44
Binary 1000000 1110110 1100001 101110 0 10010 110110 10011101 11110 100100

Color Harmonies of #407661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407661

Black with #407661

Text Example


Text Example

White with #407661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407661; }

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

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

background-color css

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

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

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

border-color css

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

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

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