Html Css Color HEX #407C6F Viridian

📋 copy color: '#407C6F'

red 64 ◦ green 124 ◦ blue 111

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

Shades of Viridian #407C6F

Tints of Viridian #407C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.47%

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

R = 21.4%
G = 41.47%
B = 37.12%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#407C6F (or 0x407C6F) is known color: Viridian. HEX triplet: 40, 7C and 6F. RGB value is (64,124,111). Sum of RGB (Red+Green+Blue) = 64+124+111=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #407C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C6F is #BF8390. Grayscale: #686868. Windows color (decimal): -12551057 or 7306304. OLE color: 7306304.

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

Color convert

RGB 64 124 111 -
CMYK 0.48 0 0.10 0.51
HSL 167º 0.32% 0.37% -
HSV(B) 167º 0.48% 0.49% -
XYZ 12.19 16.65 17.61 -
YUV 104.58 131.62 99.06 -
System Red Green Blue C M Y K H S L
Decimal 64 124 111 0.48 0 0.10 0.51 167 0.32 0.37
Hex 40 7C 6F 30 0 A 33 A7 20 25
Octal 100 174 157 60 0 12 63 247 40 45
Binary 1000000 1111100 1101111 110000 0 1010 110011 10100111 100000 100101

Color Harmonies of #407C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C6F

Black with #407C6F

Text Example


Text Example

White with #407C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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