Html Css Color HEX #407461 Viridian

📋 copy color: '#407461'

red 64 ◦ green 116 ◦ blue 97

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

Shades of Viridian #407461

Tints of Viridian #407461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.88%

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

R = 23.1%
G = 41.88%
B = 35.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#407461 (or 0x407461) is known color: Viridian. HEX triplet: 40, 74 and 61. RGB value is (64,116,97). Sum of RGB (Red+Green+Blue) = 64+116+97=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #407461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407461 is #BF8B9E. Grayscale: #626262. Windows color (decimal): -12553119 or 6386752. OLE color: 6386752.

HSL color Cylindrical-coordinate representation of color #407461: hue angle of 158.08º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407461 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 116 97 -
CMYK 0.45 0 0.16 0.55
HSL 158.08º 0.29% 0.35% -
HSV(B) 158.08º 0.45% 0.45% -
XYZ 10.52 14.44 13.54 -
YUV 98.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 64 116 97 0.45 0 0.16 0.55 158.08 0.29 0.35
Hex 40 74 61 2D 0 10 37 9E 1D 23
Octal 100 164 141 55 0 20 67 236 35 43
Binary 1000000 1110100 1100001 101101 0 10000 110111 10011110 11101 100011

Color Harmonies of #407461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407461

Black with #407461

Text Example


Text Example

White with #407461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407461; }

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

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

background-color css

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

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

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

border-color css

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

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

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