Html Css Color HEX #407964 Viridian

📋 copy color: '#407964'

red 64 ◦ green 121 ◦ blue 100

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

Shades of Viridian #407964

Tints of Viridian #407964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.46%

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

R = 22.46%
G = 42.46%
B = 35.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#407964 (or 0x407964) is known color: Viridian. HEX triplet: 40, 79 and 64. RGB value is (64,121,100). Sum of RGB (Red+Green+Blue) = 64+121+100=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 121 - color contains mainly: green. Hex color #407964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407964 is #BF869B. Grayscale: #656565. Windows color (decimal): -12551836 or 6584640. OLE color: 6584640.

HSL color Cylindrical-coordinate representation of color #407964: hue angle of 157.89º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407964 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 121 100 -
CMYK 0.47 0 0.17 0.53
HSL 157.89º 0.31% 0.36% -
HSV(B) 157.89º 0.47% 0.47% -
XYZ 11.25 15.68 14.49 -
YUV 101.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 64 121 100 0.47 0 0.17 0.53 157.89 0.31 0.36
Hex 40 79 64 2F 0 11 35 9E 1F 24
Octal 100 171 144 57 0 21 65 236 37 44
Binary 1000000 1111001 1100100 101111 0 10001 110101 10011110 11111 100100

Color Harmonies of #407964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407964

Black with #407964

Text Example


Text Example

White with #407964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407964; }

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

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

background-color css

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

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

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

border-color css

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

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

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