Html Css Color HEX #407766 Viridian

📋 copy color: '#407766'

red 64 ◦ green 119 ◦ blue 102

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

Shades of Viridian #407766

Tints of Viridian #407766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.75%

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

R = 22.46%
G = 41.75%
B = 35.79%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#407766 (or 0x407766) is known color: Viridian. HEX triplet: 40, 77 and 66. RGB value is (64,119,102). Sum of RGB (Red+Green+Blue) = 64+119+102=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 119 - color contains mainly: green. Hex color #407766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407766 is #BF8899. Grayscale: #646464. Windows color (decimal): -12552346 or 6715200. OLE color: 6715200.

HSL color Cylindrical-coordinate representation of color #407766: hue angle of 161.45º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407766 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 119 102 -
CMYK 0.46 0 0.14 0.53
HSL 161.45º 0.3% 0.36% -
HSV(B) 161.45º 0.46% 0.47% -
XYZ 11.11 15.24 14.93 -
YUV 100.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 64 119 102 0.46 0 0.14 0.53 161.45 0.3 0.36
Hex 40 77 66 2E 0 E 35 A1 1E 24
Octal 100 167 146 56 0 16 65 241 36 44
Binary 1000000 1110111 1100110 101110 0 1110 110101 10100001 11110 100100

Color Harmonies of #407766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407766

Black with #407766

Text Example


Text Example

White with #407766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407766; }

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

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

background-color css

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

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

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

border-color css

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

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

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