Html Css Color HEX #407C66 Viridian

📋 copy color: '#407C66'

red 64 ◦ green 124 ◦ blue 102

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

Shades of Viridian #407C66

Tints of Viridian #407C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.17%

R = 22.07%
G = 42.76%
B = 35.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#407C66 (or 0x407C66) is known color: Viridian. HEX triplet: 40, 7C and 66. RGB value is (64,124,102). Sum of RGB (Red+Green+Blue) = 64+124+102=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #407C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C66 is #BF8399. Grayscale: #676767. Windows color (decimal): -12551066 or 6716480. OLE color: 6716480.

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

Color convert

RGB 64 124 102 -
CMYK 0.48 0 0.18 0.51
HSL 158º 0.32% 0.37% -
HSV(B) 158º 0.48% 0.49% -
XYZ 11.72 16.46 15.13 -
YUV 103.55 127.12 99.79 -
System Red Green Blue C M Y K H S L
Decimal 64 124 102 0.48 0 0.18 0.51 158 0.32 0.37
Hex 40 7C 66 30 0 12 33 9E 20 25
Octal 100 174 146 60 0 22 63 236 40 45
Binary 1000000 1111100 1100110 110000 0 10010 110011 10011110 100000 100101

Color Harmonies of #407C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C66

Black with #407C66

Text Example


Text Example

White with #407C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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