Html Css Color HEX #407D71 Viridian

📋 copy color: '#407D71'

red 64 ◦ green 125 ◦ blue 113

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

Shades of Viridian #407D71

Tints of Viridian #407D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 21.19%
G = 41.39%
B = 37.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#407D71 (or 0x407D71) is known color: Viridian. HEX triplet: 40, 7D and 71. RGB value is (64,125,113). Sum of RGB (Red+Green+Blue) = 64+125+113=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 125 - color contains mainly: green. Hex color #407D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D71 is #BF828E. Grayscale: #696969. Windows color (decimal): -12550799 or 7437632. OLE color: 7437632.

HSL color Cylindrical-coordinate representation of color #407D71: hue angle of 168.2º 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 #407D71 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 125 113 -
CMYK 0.49 0 0.10 0.51
HSL 168.2º 0.32% 0.37% -
HSV(B) 168.2º 0.49% 0.49% -
XYZ 12.43 16.95 18.24 -
YUV 105.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 64 125 113 0.49 0 0.10 0.51 168.2 0.32 0.37
Hex 40 7D 71 31 0 A 33 A8 20 25
Octal 100 175 161 61 0 12 63 250 40 45
Binary 1000000 1111101 1110001 110001 0 1010 110011 10101000 100000 100101

Color Harmonies of #407D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407D71

Black with #407D71

Text Example


Text Example

White with #407D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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