Html Css Color HEX #407D6F Viridian

📋 copy color: '#407D6F'

red 64 ◦ green 125 ◦ blue 111

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

Shades of Viridian #407D6F

Tints of Viridian #407D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37%

R = 21.33%
G = 41.67%
B = 37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#407D6F (or 0x407D6F) is known color: Viridian. HEX triplet: 40, 7D and 6F. RGB value is (64,125,111). Sum of RGB (Red+Green+Blue) = 64+125+111=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 125 - color contains mainly: green. Hex color #407D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D6F is #BF8290. Grayscale: #696969. Windows color (decimal): -12550801 or 7306560. OLE color: 7306560.

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

Color convert

RGB 64 125 111 -
CMYK 0.49 0 0.11 0.51
HSL 166.23º 0.32% 0.37% -
HSV(B) 166.23º 0.49% 0.49% -
XYZ 12.32 16.9 17.65 -
YUV 105.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 64 125 111 0.49 0 0.11 0.51 166.23 0.32 0.37
Hex 40 7D 6F 31 0 B 33 A6 20 25
Octal 100 175 157 61 0 13 63 246 40 45
Binary 1000000 1111101 1101111 110001 0 1011 110011 10100110 100000 100101

Color Harmonies of #407D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407D6F

Black with #407D6F

Text Example


Text Example

White with #407D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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