Html Css Color HEX #407D6D Viridian

📋 copy color: '#407D6D'

red 64 ◦ green 125 ◦ blue 109

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

Shades of Viridian #407D6D

Tints of Viridian #407D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.58%

R = 21.48%
G = 41.95%
B = 36.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#407D6D (or 0x407D6D) is known color: Viridian. HEX triplet: 40, 7D and 6D. RGB value is (64,125,109). Sum of RGB (Red+Green+Blue) = 64+125+109=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 125 - color contains mainly: green. Hex color #407D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D6D is #BF8292. Grayscale: #686868. Windows color (decimal): -12550803 or 7175488. OLE color: 7175488.

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

Color convert

RGB 64 125 109 -
CMYK 0.49 0 0.13 0.51
HSL 164.26º 0.32% 0.37% -
HSV(B) 164.26º 0.49% 0.49% -
XYZ 12.21 16.86 17.08 -
YUV 104.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 64 125 109 0.49 0 0.13 0.51 164.26 0.32 0.37
Hex 40 7D 6D 31 0 D 33 A4 20 25
Octal 100 175 155 61 0 15 63 244 40 45
Binary 1000000 1111101 1101101 110001 0 1101 110011 10100100 100000 100101

Color Harmonies of #407D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407D6D

Black with #407D6D

Text Example


Text Example

White with #407D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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