Html Css Color HEX #407F6F Viridian

📋 copy color: '#407F6F'

red 64 ◦ green 127 ◦ blue 111

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

Shades of Viridian #407F6F

Tints of Viridian #407F6F

RGB

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

 GREEN value IS 127 (50% from 255) = 42.05%

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

R = 21.19%
G = 42.05%
B = 36.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#407F6F (or 0x407F6F) is known color: Viridian. HEX triplet: 40, 7F and 6F. RGB value is (64,127,111). Sum of RGB (Red+Green+Blue) = 64+127+111=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 127 - color contains mainly: green. Hex color #407F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407F6F is #BF8090. Grayscale: #6A6A6A. Windows color (decimal): -12550289 or 7307072. OLE color: 7307072.

HSL color Cylindrical-coordinate representation of color #407F6F: hue angle of 164.76º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407F6F is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 127 111 -
CMYK 0.50 0 0.13 0.50
HSL 164.76º 0.33% 0.37% -
HSV(B) 164.76º 0.5% 0.5% -
XYZ 12.57 17.42 17.74 -
YUV 106.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 64 127 111 0.50 0 0.13 0.50 164.76 0.33 0.37
Hex 40 7F 6F 32 0 D 32 A5 21 25
Octal 100 177 157 62 0 15 62 245 41 45
Binary 1000000 1111111 1101111 110010 0 1101 110010 10100101 100001 100101

Color Harmonies of #407F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F6F

Black with #407F6F

Text Example


Text Example

White with #407F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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