Html Css Color HEX #407D64 Viridian

📋 copy color: '#407D64'

red 64 ◦ green 125 ◦ blue 100

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

Shades of Viridian #407D64

Tints of Viridian #407D64

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.25%

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

R = 22.15%
G = 43.25%
B = 34.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.2

 K value IS 0.51

RGB Variations

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

Color information

#407D64 (or 0x407D64) is known color: Viridian. HEX triplet: 40, 7D and 64. RGB value is (64,125,100). Sum of RGB (Red+Green+Blue) = 64+125+100=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #407D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D64 is #BF829B. Grayscale: #676767. Windows color (decimal): -12550812 or 6585664. OLE color: 6585664.

HSL color Cylindrical-coordinate representation of color #407D64: hue angle of 155.41º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #407D64 is Cyan = 0.49, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 125 100 -
CMYK 0.49 0 0.2 0.51
HSL 155.41º 0.32% 0.37% -
HSV(B) 155.41º 0.49% 0.49% -
XYZ 11.75 16.68 14.66 -
YUV 103.91 125.79 99.53 -
System Red Green Blue C M Y K H S L
Decimal 64 125 100 0.49 0 0.2 0.51 155.41 0.32 0.37
Hex 40 7D 64 31 0 14 33 9B 20 25
Octal 100 175 144 61 0 24 63 233 40 45
Binary 1000000 1111101 1100100 110001 0 10100 110011 10011011 100000 100101

Color Harmonies of #407D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407D64

Black with #407D64

Text Example


Text Example

White with #407D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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